diff options
author | Rémy Coutable <remy@rymai.me> | 2018-01-18 18:45:05 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-01-18 18:45:05 +0100 |
commit | 0c2e8ef85763bee34b975bb8df4ed0bda093dcae (patch) | |
tree | ed944f7981c5f6e85b58b9c60c60c8e73be11253 /Gemfile | |
parent | e56bcf92774b19115f62b609163c44ba9d919e69 (diff) | |
download | gitlab-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-- | Gemfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |