Bump rubocop
This commit is contained in:
parent
b362f8e476
commit
ea15c7c6f5
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -21,7 +21,7 @@ group :development do
|
|||
# code style
|
||||
gem "pronto", "0.11.0", require: false
|
||||
gem "pronto-rubocop", "0.11.2", require: false
|
||||
gem "rubocop", "1.31.2", require: false
|
||||
gem "rubocop", "1.32.0", require: false
|
||||
gem "rubocop-rails", "2.15.2", require: false
|
||||
gem "rubocop-rake", "0.6.0", require: false
|
||||
|
||||
|
|
|
|||
|
|
@ -166,14 +166,14 @@ GEM
|
|||
rspec-mocks (~> 3.10)
|
||||
rspec-support (~> 3.10)
|
||||
rspec-support (3.11.0)
|
||||
rubocop (1.31.2)
|
||||
rubocop (1.32.0)
|
||||
json (~> 2.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.1.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.18.0, < 2.0)
|
||||
rubocop-ast (>= 1.19.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.19.1)
|
||||
|
|
@ -240,7 +240,7 @@ DEPENDENCIES
|
|||
rspec-collection_matchers (~> 1.2.0)
|
||||
rspec-json_expectations (~> 2.1)
|
||||
rspec-rails (~> 5.1.2)
|
||||
rubocop (= 1.31.2)
|
||||
rubocop (= 1.32.0)
|
||||
rubocop-rails (= 2.15.2)
|
||||
rubocop-rake (= 0.6.0)
|
||||
simplecov (= 0.21.2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue