Merge pull request #1290 from Retrospring/dependabot/bundler/rubocop-1.55.1
This commit is contained in:
commit
9822d855d2
2
Gemfile
2
Gemfile
|
@ -90,7 +90,7 @@ group :development, :test do
|
|||
gem "rspec-mocks"
|
||||
gem "rspec-rails", "~> 6.0"
|
||||
gem "rspec-sidekiq", "~> 3.0", require: false
|
||||
gem "rubocop", "~> 1.54"
|
||||
gem "rubocop", "~> 1.55"
|
||||
gem "rubocop-rails", "~> 2.20"
|
||||
gem "shoulda-matchers", "~> 5.3"
|
||||
gem "simplecov", require: false
|
||||
|
|
|
@ -342,7 +342,7 @@ GEM
|
|||
responders (3.1.0)
|
||||
actionpack (>= 5.2)
|
||||
railties (>= 5.2)
|
||||
rexml (3.2.5)
|
||||
rexml (3.2.6)
|
||||
rolify (6.0.1)
|
||||
rotp (6.2.2)
|
||||
rouge (4.1.2)
|
||||
|
@ -383,7 +383,7 @@ GEM
|
|||
rspec-core (~> 3.0, >= 3.0.0)
|
||||
sidekiq (>= 2.4.0)
|
||||
rspec-support (3.12.1)
|
||||
rubocop (1.54.1)
|
||||
rubocop (1.55.1)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
parallel (~> 1.10)
|
||||
|
@ -391,7 +391,7 @@ GEM
|
|||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.28.0, < 2.0)
|
||||
rubocop-ast (>= 1.28.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.29.0)
|
||||
|
@ -546,7 +546,7 @@ DEPENDENCIES
|
|||
rspec-mocks
|
||||
rspec-rails (~> 6.0)
|
||||
rspec-sidekiq (~> 3.0)
|
||||
rubocop (~> 1.54)
|
||||
rubocop (~> 1.55)
|
||||
rubocop-rails (~> 2.20)
|
||||
rubyzip (~> 2.3)
|
||||
sanitize
|
||||
|
|
Loading…
Reference in New Issue