diff --git a/Gemfile b/Gemfile index df177a64..cbc5ea4a 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ end group :linter do gem 'rubocop', '~> 1.57.1' - gem 'rubocop-rails', '~> 2.23.0' + gem 'rubocop-rails', '~> 2.23.1' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-capybara', '~> 2.19.0' gem 'rubocop-performance', '~> 1.20.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5657ce84..3743eb45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -388,7 +388,7 @@ GEM rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) - rubocop-rails (2.23.0) + rubocop-rails (2.23.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -504,7 +504,7 @@ DEPENDENCIES rubocop (~> 1.57.1) rubocop-capybara (~> 2.19.0) rubocop-performance (~> 1.20.2) - rubocop-rails (~> 2.23.0) + rubocop-rails (~> 2.23.1) rubocop-rake (~> 0.6.0) ruby-saml selenium-webdriver