summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-03-28 10:29:08 +0000
committerLin Jen-Shin <godfat@godfat.org>2018-07-09 21:12:31 +0800
commit612f5e63b3cf76c354e50f4aa6c4163e5465b115 (patch)
tree86f4a608d914dfa359828d6e904db69d76d570db /Gemfile
parentacdac151f51a9f719e7ebbdf7811c3460113a8fb (diff)
downloadgitlab-ce-612f5e63b3cf76c354e50f4aa6c4163e5465b115.tar.gz
Update rubocop to get rid of a warning in other MR
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
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