diff --git a/Gemfile b/Gemfile index 4e3b42d6d..a53b7b607 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ group :test do gem 'rspec-html-matchers', '~> 0.9.4' gem 'rspec_junit_formatter' gem 'rspec-rails', '~> 4.0' - gem 'rubocop', '~> 1.9', require: false + gem 'rubocop', '~> 1.10', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false gem 'rubocop-rspec', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6312e8828..13a00d60c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -350,7 +350,7 @@ GEM rspec-support (3.10.1) rspec_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.9.1) + rubocop (1.10.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -511,7 +511,7 @@ DEPENDENCIES rspec-html-matchers (~> 0.9.4) rspec-rails (~> 4.0) rspec_junit_formatter - rubocop (~> 1.9) + rubocop (~> 1.10) rubocop-performance rubocop-rails rubocop-rspec