diff --git a/Gemfile b/Gemfile index 8b58223b..ac572237 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ end group :linter do gem 'rubocop', '~> 1.57.1' - gem 'rubocop-rails', '~> 2.21.2' + gem 'rubocop-rails', '~> 2.22.1' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-capybara', '~> 2.19.0' gem 'rubocop-performance', '~> 1.19.0' diff --git a/Gemfile.lock b/Gemfile.lock index c056d2be..c014aaf5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -351,14 +351,14 @@ GEM rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) rubocop-capybara (2.19.0) rubocop (~> 1.41) rubocop-performance (1.19.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.21.2) + rubocop-rails (2.22.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -481,7 +481,7 @@ DEPENDENCIES rubocop (~> 1.57.1) rubocop-capybara (~> 2.19.0) rubocop-performance (~> 1.19.0) - rubocop-rails (~> 2.21.2) + rubocop-rails (~> 2.22.1) rubocop-rake (~> 0.6.0) ruby-saml selenium-webdriver