diff --git a/Gemfile b/Gemfile index a22f6315b..8d3a60cb9 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock old mode 100755 new mode 100644 index be1a10700..2e77201e8 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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