Bump rubocop

This commit is contained in:
Benjamin Neff 2022-07-23 23:07:43 +02:00
parent b362f8e476
commit ea15c7c6f5
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)