Merge branch 'rc/update_gitlab_styles_with_changes' into 'master'
Rc/update gitlab styles with changes See merge request gitlab-org/gitlab!21886
Showing
... | ... | @@ -366,11 +366,11 @@ group :development, :test do |
gem 'spring', '~> 2.0.0' | ||
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'gitlab-styles', '~> 2.7', require: false | ||
gem 'gitlab-styles', '~> 3.1.0', require: false | ||
# Pin these dependencies, otherwise a new rule could break the CI pipelines | ||
gem 'rubocop', '~> 0.69.0' | ||
gem 'rubocop-performance', '~> 1.1.0' | ||
gem 'rubocop-rspec', '~> 1.22.1' | ||
gem 'rubocop', '~> 0.74.0' | ||
gem 'rubocop-performance', '~> 1.4.1' | ||
gem 'rubocop-rspec', '~> 1.37.0' | ||
gem 'scss_lint', '~> 0.56.0', require: false | ||
gem 'haml_lint', '~> 0.34.0', require: false | ||
... | ... |
Please register or sign in to comment