diff --git a/Gemfile b/Gemfile index 4af5ba03ec1..e881bb64da6 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ group :test do gem 'rspec-rails', '~> 4.1.0' gem 'rspec-wait' gem 'rspec_api_documentation', '>= 6.1.0' - gem 'rubocop', '~> 1.9.1' + gem 'rubocop', '~> 1.11.0' gem 'timecop' gem 'webmock', '> 2.3.1' end diff --git a/Gemfile.lock b/Gemfile.lock index 638db4eb703..5e61f2231b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -409,7 +409,7 @@ GEM activesupport (>= 3.0.0) mustache (~> 1.0, >= 0.99.4) rspec (~> 3.0) - rubocop (1.9.1) + rubocop (1.11.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -582,7 +582,7 @@ DEPENDENCIES rspec-rails (~> 4.1.0) rspec-wait rspec_api_documentation (>= 6.1.0) - rubocop (~> 1.9.1) + rubocop (~> 1.11.0) ruby-debug-ide (>= 0.7.0.beta4) rubyzip (>= 1.3.0) scientist (~> 1.1.0)