From d40298c8584fcd06b9549ab1674a3ec9c0ad9af0 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 2 May 2019 21:40:40 -0700 Subject: Upgrade to Rubocop 0.68.1 This adds Ruby 2.6 support. --- Gemfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 1faacc0801c..3a47b88bf15 100644 --- a/Gemfile +++ b/Gemfile @@ -349,9 +349,10 @@ group :development, :test do gem 'spring', '~> 2.0.0' gem 'spring-commands-rspec', '~> 1.0.4' - gem 'gitlab-styles', '~> 2.5', require: false + gem 'gitlab-styles', '~> 2.6', require: false # Pin these dependencies, otherwise a new rule could break the CI pipelines - gem 'rubocop', '~> 0.54.0' + gem 'rubocop', '~> 0.68.1' + gem 'rubocop-performance', '~> 1.1.0' gem 'rubocop-rspec', '~> 1.22.1' gem 'scss_lint', '~> 0.56.0', require: false -- cgit v1.2.1