Bump rubocop and rubocop-rails
This commit is contained in:
parent
7e8bf20299
commit
1bf1b7bda1
2 changed files with 9 additions and 8 deletions
4
Gemfile
4
Gemfile
|
|
@ -205,8 +205,8 @@ group :development do
|
||||||
gem "pronto-haml", "0.11.1", require: false
|
gem "pronto-haml", "0.11.1", require: false
|
||||||
gem "pronto-rubocop", "0.11.5", require: false
|
gem "pronto-rubocop", "0.11.5", require: false
|
||||||
gem "pronto-scss", "0.11.0", require: false
|
gem "pronto-scss", "0.11.0", require: false
|
||||||
gem "rubocop", "1.53.1", require: false
|
gem "rubocop", "1.64.0", require: false
|
||||||
gem "rubocop-rails", "2.20.2", require: false
|
gem "rubocop-rails", "2.25.0", require: false
|
||||||
|
|
||||||
gem "faraday-retry", require: false # used by pronto/octokit
|
gem "faraday-retry", require: false # used by pronto/octokit
|
||||||
|
|
||||||
|
|
|
||||||
13
Gemfile.lock
13
Gemfile.lock
|
|
@ -636,23 +636,24 @@ GEM
|
||||||
rspec-mocks (~> 3.12)
|
rspec-mocks (~> 3.12)
|
||||||
rspec-support (~> 3.12)
|
rspec-support (~> 3.12)
|
||||||
rspec-support (3.12.1)
|
rspec-support (3.12.1)
|
||||||
rubocop (1.53.1)
|
rubocop (1.64.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
language_server-protocol (>= 3.17.0)
|
language_server-protocol (>= 3.17.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.2.2.3)
|
parser (>= 3.3.0.2)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.8, < 3.0)
|
regexp_parser (>= 1.8, < 3.0)
|
||||||
rexml (>= 3.2.5, < 4.0)
|
rexml (>= 3.2.5, < 4.0)
|
||||||
rubocop-ast (>= 1.28.0, < 2.0)
|
rubocop-ast (>= 1.31.1, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 2.4.0, < 3.0)
|
unicode-display_width (>= 2.4.0, < 3.0)
|
||||||
rubocop-ast (1.31.3)
|
rubocop-ast (1.31.3)
|
||||||
parser (>= 3.3.1.0)
|
parser (>= 3.3.1.0)
|
||||||
rubocop-rails (2.20.2)
|
rubocop-rails (2.25.0)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
rubocop (>= 1.33.0, < 2.0)
|
rubocop (>= 1.33.0, < 2.0)
|
||||||
|
rubocop-ast (>= 1.31.1, < 2.0)
|
||||||
ruby-oembed (0.17.0)
|
ruby-oembed (0.17.0)
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
ruby-vips (2.2.1)
|
ruby-vips (2.2.1)
|
||||||
|
|
@ -885,8 +886,8 @@ DEPENDENCIES
|
||||||
rqrcode (= 2.2.0)
|
rqrcode (= 2.2.0)
|
||||||
rspec-json_expectations (~> 2.1)
|
rspec-json_expectations (~> 2.1)
|
||||||
rspec-rails (= 6.0.3)
|
rspec-rails (= 6.0.3)
|
||||||
rubocop (= 1.53.1)
|
rubocop (= 1.64.0)
|
||||||
rubocop-rails (= 2.20.2)
|
rubocop-rails (= 2.25.0)
|
||||||
ruby-oembed (= 0.17.0)
|
ruby-oembed (= 0.17.0)
|
||||||
rubyzip (= 2.3.2)
|
rubyzip (= 2.3.2)
|
||||||
sassc-rails (= 2.1.2)
|
sassc-rails (= 2.1.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue