Gemfile in gitlab-styles-2.1.0 vs Gemfile in gitlab-styles-2.2.0

- old
+ new

@@ -1,4 +1,10 @@ source 'https://rubygems.org' # 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.52.0' + gem 'rubocop-rspec', '1.20.1' +end