Merge pull request #1991 from Retrospring/dependabot/bundler/rubocop-rails-2.29.0

This commit is contained in:
dependabot[bot] 2025-01-23 23:09:13 +00:00 committed by GitHub
commit 05f441836c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -95,7 +95,7 @@ group :development, :test do
gem "rspec-rails", "~> 7.1"
gem "rspec-sidekiq", "~> 5.0", require: false
gem "rubocop", "~> 1.71"
gem "rubocop-rails", "~> 2.27"
gem "rubocop-rails", "~> 2.29"
gem "shoulda-matchers", "~> 6.4"
gem "simplecov", require: false
gem "simplecov-cobertura", require: false

8
Gemfile.lock Executable file → Normal file
View file

@ -128,7 +128,7 @@ GEM
childprocess (5.0.0)
chunky_png (1.4.0)
colorize (1.1.0)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
crass (1.0.6)
cssbundling-rails (1.4.1)
@ -249,7 +249,7 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
i18n-js (4.0.0)
glob
@ -487,7 +487,7 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-rails (2.27.0)
rubocop-rails (2.29.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
@ -662,7 +662,7 @@ DEPENDENCIES
rspec-rails (~> 7.1)
rspec-sidekiq (~> 5.0)
rubocop (~> 1.71)
rubocop-rails (~> 2.27)
rubocop-rails (~> 2.29)
rubyzip (~> 2.4)
sanitize
sassc-rails