diff --git a/Gemfile b/Gemfile index 6df83eb02..71c4566d1 100644 --- a/Gemfile +++ b/Gemfile @@ -95,7 +95,7 @@ group :development, :test do gem "rspec-rails", "~> 6.1" gem "rspec-sidekiq", "~> 5.0", require: false gem "rubocop", "~> 1.65" - gem "rubocop-rails", "~> 2.25" + gem "rubocop-rails", "~> 2.26" gem "shoulda-matchers", "~> 6.4" gem "simplecov", require: false gem "simplecov-cobertura", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 41587a325..e5e92c250 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -301,8 +301,8 @@ GEM openssl (3.2.0) orm_adapter (0.5.0) ostruct (0.6.0) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pg (1.5.7) @@ -427,12 +427,12 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) - rubocop-rails (2.25.1) + rubocop-rails (2.26.0) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) ruby-vips (2.2.1) @@ -597,7 +597,7 @@ DEPENDENCIES rspec-rails (~> 6.1) rspec-sidekiq (~> 5.0) rubocop (~> 1.65) - rubocop-rails (~> 2.25) + rubocop-rails (~> 2.26) rubyzip (~> 2.3) sanitize sassc-rails