diff --git a/Gemfile b/Gemfile index 7670199d..49b22607 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ group :linter do gem 'rubocop', '~> 1.60.2' gem 'rubocop-capybara', '~> 2.20.0' gem 'rubocop-performance', '~> 1.20.2' - gem 'rubocop-rails', '~> 2.23.1' + gem 'rubocop-rails', '~> 2.24.0' gem 'rubocop-rake', '~> 0.6.0' end diff --git a/Gemfile.lock b/Gemfile.lock index c6b96613..b9db1a71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,8 +146,7 @@ GEM deep_merge (1.2.2) diffy (3.4.2) docile (1.4.0) - drb (2.2.0) - ruby2_keywords + drb (2.2.1) erubi (1.12.0) execjs (2.9.1) facter (4.6.0) @@ -267,7 +266,7 @@ GEM sawyer (~> 0.9) optimist (3.1.0) parallel (1.24.0) - parser (3.3.0.4) + parser (3.3.0.5) ast (~> 2.4.1) racc popper_js (2.11.8) @@ -375,18 +374,18 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.1) + parser (>= 3.3.0.4) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) - rubocop-rails (2.23.1) + rubocop-rails (2.24.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) ruby-progressbar (1.13.0) @@ -501,7 +500,7 @@ DEPENDENCIES rubocop (~> 1.60.2) rubocop-capybara (~> 2.20.0) rubocop-performance (~> 1.20.2) - rubocop-rails (~> 2.23.1) + rubocop-rails (~> 2.24.0) rubocop-rake (~> 0.6.0) ruby-saml selenium-webdriver