Update gitlab-styles to 6.0.0
The main motivation for the upgrade is to use RuboCop 0.91+ (https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md#changes-14) which fixes a caching bug (https://github.com/rubocop-hq/rubocop/issues/8629) fixed by the following pull request: https://github.com/rubocop-hq/rubocop/pull/8633. Signed-off-by: Rémy Coutable <remy@rymai.me>
Showing
This diff is collapsed.
... | ... | @@ -372,7 +372,7 @@ group :development, :test do |
gem 'spring', '~> 2.1.0' | ||
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'gitlab-styles', '~> 5.4.0', require: false | ||
gem 'gitlab-styles', '~> 6.0.0', require: false | ||
gem 'scss_lint', '~> 0.59.0', require: false | ||
gem 'haml_lint', '~> 0.36.0', require: false | ||
... | ... |
Please register or sign in to comment