diff --git a/Gemfile b/Gemfile index e7f9e170..03564ffd 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ group :linter do gem 'rubocop', '~> 1.66.1' gem 'rubocop-capybara', '~> 2.21.0' gem 'rubocop-performance', '~> 1.21.1' - gem 'rubocop-rails', '~> 2.26.0' + gem 'rubocop-rails', '~> 2.26.1' gem 'rubocop-rake', '~> 0.6.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 70df3d8d..d7c7f311 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -285,7 +285,7 @@ GEM sawyer (~> 0.9) optimist (3.1.0) parallel (1.26.3) - parser (3.3.4.0) + parser (3.3.5.0) ast (~> 2.4.1) racc popper_js (2.11.8) @@ -406,7 +406,7 @@ GEM rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.26.0) + rubocop-rails (2.26.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) @@ -527,7 +527,7 @@ DEPENDENCIES rubocop (~> 1.66.1) rubocop-capybara (~> 2.21.0) rubocop-performance (~> 1.21.1) - rubocop-rails (~> 2.26.0) + rubocop-rails (~> 2.26.1) rubocop-rake (~> 0.6.0) ruby-saml selenium-webdriver