Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Bump rubocop from 0.65.0 to 1.18.4 #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group :development do
gem 'guard-rspec', '~> 4.7.3'
gem 'listen', '~> 3.1.5'
gem 'rspec', '~> 3.8.0'
gem 'rubocop', '~> 0.65.0'
gem 'rubocop', '~> 1.18.4'
end

group :debug do
Expand Down
33 changes: 17 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
ast (2.4.2)
byebug (11.0.0)
coderay (1.1.2)
coveralls (0.8.22)
Expand Down Expand Up @@ -36,7 +36,6 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashie (3.6.0)
jaro_winkler (1.5.2)
json (2.1.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -48,22 +47,22 @@ GEM
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.14.0)
parser (2.6.0.0)
ast (~> 2.4.0)
powerpack (0.1.2)
parallel (1.20.1)
parser (3.0.2.0)
ast (~> 2.4.1)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
psych (3.1.0)
rainbow (3.0.0)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
regexp_parser (2.1.1)
rexml (3.2.5)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand All @@ -77,16 +76,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubocop (0.65.0)
jaro_winkler (~> 1.5.1)
rubocop (1.18.4)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
psych (>= 3.1.0)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.8.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.8.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
ruby_dep (1.5.0)
shellany (0.0.1)
simplecov (0.16.1)
Expand All @@ -98,7 +99,7 @@ GEM
tins (~> 1.0)
thor (0.19.4)
tins (1.16.3)
unicode-display_width (1.4.1)
unicode-display_width (2.0.0)

PLATFORMS
ruby
Expand All @@ -115,7 +116,7 @@ DEPENDENCIES
pry-byebug (~> 3.7.0)
rake (~> 12.3.1)
rspec (~> 3.8.0)
rubocop (~> 0.65.0)
rubocop (~> 1.18.4)

BUNDLED WITH
1.16.2