Update gitlab-styles gem to 4.3.0
- for new cop to be enabled later
Showing
... | ... | @@ -365,7 +365,7 @@ group :development, :test do |
gem 'spring', '~> 2.0.0' | ||
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'gitlab-styles', '~> 4.2.0', require: false | ||
gem 'gitlab-styles', '~> 4.3.0', require: false | ||
# Pin these dependencies, otherwise a new rule could break the CI pipelines | ||
gem 'rubocop', '~> 0.82.0' | ||
gem 'rubocop-performance', '~> 1.5.2' | ||
... | ... |
Please register or sign in to comment