Merge pull request #1384 from Retrospring/dependabot/bundler/rubocop-1.57.1

This commit is contained in:
dependabot[bot] 2023-10-16 10:42:13 +00:00 committed by GitHub
commit ac47dd290d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -91,7 +91,7 @@ group :development, :test do
gem "rspec-mocks"
gem "rspec-rails", "~> 6.0"
gem "rspec-sidekiq", "~> 4.0", require: false
gem "rubocop", "~> 1.56"
gem "rubocop", "~> 1.57"
gem "rubocop-rails", "~> 2.21"
gem "shoulda-matchers", "~> 5.3"
gem "simplecov", require: false

View File

@ -347,7 +347,7 @@ GEM
rake (13.0.6)
redcarpet (3.6.0)
redis (4.8.0)
regexp_parser (2.8.1)
regexp_parser (2.8.2)
request_store (1.5.1)
rack (>= 1.4)
responders (3.1.1)
@ -396,12 +396,12 @@ GEM
rspec-mocks (~> 3.0)
sidekiq (>= 5, < 8)
rspec-support (3.12.1)
rubocop (1.56.4)
rubocop (1.57.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
@ -561,7 +561,7 @@ DEPENDENCIES
rspec-mocks
rspec-rails (~> 6.0)
rspec-sidekiq (~> 4.0)
rubocop (~> 1.56)
rubocop (~> 1.57)
rubocop-rails (~> 2.21)
rubyzip (~> 2.3)
sanitize