summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-01-18 18:45:05 +0100
committerRémy Coutable <remy@rymai.me>2018-01-18 18:45:05 +0100
commit0c2e8ef85763bee34b975bb8df4ed0bda093dcae (patch)
treeed944f7981c5f6e85b58b9c60c60c8e73be11253 /Gemfile
parente56bcf92774b19115f62b609163c44ba9d919e69 (diff)
downloadgitlab-ce-0c2e8ef85763bee34b975bb8df4ed0bda093dcae.tar.gz
Update rubocop, rubocop-rspec, and gitlab-styles42187-update-gitlab-styles-to-2-3-0
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 5f4911ff628..6f82890d0d1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -341,10 +341,10 @@ group :development, :test do
gem 'spring-commands-rspec', '~> 1.0.4'
gem 'spring-commands-spinach', '~> 1.1.0'
- gem 'gitlab-styles', '~> 2.2.0', require: false
+ gem 'gitlab-styles', '~> 2.3', require: false
# Pin these dependencies, otherwise a new rule could break the CI pipelines
- gem 'rubocop', '~> 0.52.0'
- gem 'rubocop-rspec', '~> 1.20.1'
+ gem 'rubocop', '~> 0.52.1'
+ gem 'rubocop-rspec', '~> 1.22.1'
gem 'scss_lint', '~> 0.56.0', require: false
gem 'haml_lint', '~> 0.26.0', require: false