Gemfile in gitlab-styles-2.8.0 vs Gemfile in gitlab-styles-3.0.0
- old
+ new
@@ -3,8 +3,8 @@
# Specify your gem's dependencies in gitlab-rubocop.gemspec
gemspec
group :test do
# Pin these dependencies, otherwise a new rule could break the CI pipelines
- gem 'rubocop', '0.69.0'
- gem 'rubocop-rspec', '1.20.1'
+ gem 'rubocop', '0.74.0'
+ gem 'rubocop-rspec', '1.36.0'
end