Merge pull request #1290 from Retrospring/dependabot/bundler/rubocop-1.55.1

This commit is contained in:
dependabot[bot] 2023-07-31 15:54:24 +00:00 committed by GitHub
commit 9822d855d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

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

View File

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