diff --git a/Gemfile b/Gemfile index b827ad5b..8879d3b1 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ end group :development do gem 'rubocop', '~> 1.63', '>= 1.63.0', require: false - gem 'rubocop-rails', '~> 2.25', '>= 2.25.0', require: false + gem 'rubocop-rails', '~> 2.25', '>= 2.25.1', require: false # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. gem 'listen', '~> 3.5' gem 'web-console', '>= 4.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 905ffeaf..148db9cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,7 +173,7 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) ffi (1.17.0) - ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.0-x86_64-linux) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -234,7 +234,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.24.0) + minitest (5.24.1) minitest-stub_any_instance (1.0.3) mize (0.4.1) protocol (~> 2.0) @@ -363,7 +363,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.3) parser (>= 3.3.1.0) - rubocop-rails (2.25.0) + rubocop-rails (2.25.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -480,7 +480,7 @@ DEPENDENCIES rspec rspec-rails (>= 6.1.3) rubocop (~> 1.63, >= 1.63.0) - rubocop-rails (~> 2.25, >= 2.25.0) + rubocop-rails (~> 2.25, >= 2.25.1) sass-rails (>= 6.0.0) simple_oauth! spring @@ -490,3 +490,4 @@ DEPENDENCIES tzinfo-data web-console (>= 4.2.1) webmock (>= 3.23.1) +