From 612f5e63b3cf76c354e50f4aa6c4163e5465b115 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Wed, 28 Mar 2018 10:29:08 +0000 Subject: Update rubocop to get rid of a warning in other MR --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 1fbc240bf6f..e52627dbadd 100644 --- a/Gemfile +++ b/Gemfile @@ -351,9 +351,9 @@ group :development, :test do gem 'spring', '~> 2.0.0' gem 'spring-commands-rspec', '~> 1.0.4' - gem 'gitlab-styles', '~> 2.3', require: false + gem 'gitlab-styles', '~> 2.4', require: false, git: 'https://gitlab.com/gitlab-org/gitlab-styles.git', branch: 'update-to-0.54.0' # Pin these dependencies, otherwise a new rule could break the CI pipelines - gem 'rubocop', '~> 0.52.1' + gem 'rubocop', '~> 0.54.0' gem 'rubocop-rspec', '~> 1.22.1' gem 'scss_lint', '~> 0.56.0', require: false -- cgit v1.2.3