summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-05-16 12:53:08 +0000
committerRémy Coutable <remy@rymai.me>2019-05-16 12:53:08 +0000
commitfcc810a1d91d0c2e6cf9726b943e06ee64b97a60 (patch)
treef00755d731095b9dea23f8c0434fe9828b8ee105 /Gemfile
parent71244a7962ea642536138f98d49379ab5c0111a3 (diff)
parent96137d554f0cfd86f7d929ec085afb2858960563 (diff)
downloadgitlab-ce-fcc810a1d91d0c2e6cf9726b943e06ee64b97a60.tar.gz
Merge branch 'sh-update-rubocop-and-gitlab-styles-ce' into 'master'
Update Rubocop to 0.69.0 and other gems See merge request gitlab-org/gitlab-ce!28345
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index d20dbe7c2fd..6b37ecbfba9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -353,9 +353,9 @@ group :development, :test do
gem 'spring', '~> 2.0.0'
gem 'spring-commands-rspec', '~> 1.0.4'
- gem 'gitlab-styles', '~> 2.6', require: false
+ gem 'gitlab-styles', '~> 2.7', require: false
# Pin these dependencies, otherwise a new rule could break the CI pipelines
- gem 'rubocop', '~> 0.68.1'
+ gem 'rubocop', '~> 0.69.0'
gem 'rubocop-performance', '~> 1.1.0'
gem 'rubocop-rspec', '~> 1.22.1'