diff --git a/Gemfile b/Gemfile index acd9123842..5972e4cf82 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ group :development do gem 'rack-mini-profiler' gem 'rubocop', '~> 1.61', require: false gem 'rubocop-performance', '~> 1.19', require: false - gem 'rubocop-rails', '~> 2.25', require: false + gem 'rubocop-rails', '~> 2.26', require: false gem 'rubocop-rspec', '~> 2.25', require: false gem 'web-console', '~> 4.2' end diff --git a/Gemfile.lock b/Gemfile.lock index 4fdc55d918..f1718b8a8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -344,7 +344,7 @@ GEM omniauth (~> 2.0) orm_adapter (0.5.0) pagy (9.0.5) - parallel (1.26.1) + parallel (1.26.3) parallel_tests (4.7.1) parallel parser (3.3.4.2) @@ -482,7 +482,7 @@ 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-capybara (2.21.0) rubocop (~> 1.41) @@ -491,10 +491,10 @@ GEM rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.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) rubocop-rspec (2.31.0) rubocop (~> 1.40) @@ -647,7 +647,7 @@ DEPENDENCIES rspec_junit_formatter (~> 0.6) rubocop (~> 1.61) rubocop-performance (~> 1.19) - rubocop-rails (~> 2.25) + rubocop-rails (~> 2.26) rubocop-rspec (~> 2.25) ruby-progressbar (~> 1.13) scenic (~> 1.8)