diff --git a/Gemfile b/Gemfile index 5d3ff237a7..ac822a99de 100644 --- a/Gemfile +++ b/Gemfile @@ -128,7 +128,7 @@ group :development do gem 'debase' # Linting - gem 'rubocop', '1.16.1' + gem 'rubocop', '1.17.0' gem 'rubocop-performance' gem 'rubocop-rails' end diff --git a/Gemfile.lock b/Gemfile.lock index c1dfe5c628..b22913df32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -461,7 +461,7 @@ GEM rollbar (>= 2.21, <= 4.0, < 4.0) shoryuken (>= 4.0, <= 5.3) rouge (3.26.0) - rubocop (1.16.1) + rubocop (1.17.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -635,7 +635,7 @@ DEPENDENCIES reverse_markdown rollbar rollbar-shoryuken - rubocop (= 1.16.1) + rubocop (= 1.17.0) rubocop-performance rubocop-rails ruby-debug-ide