Merge branch '212410-rubocop-rails-find-by' into 'master'
Extend Rails/FindBy Rubocop to more folders See merge request gitlab-org/gitlab!28076
Showing
... | ... | @@ -366,7 +366,7 @@ group :development, :test do |
gem 'spring', '~> 2.0.0' | ||
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'gitlab-styles', '~> 3.1.0', require: false | ||
gem 'gitlab-styles', '~> 3.2.0', require: false | ||
# Pin these dependencies, otherwise a new rule could break the CI pipelines | ||
gem 'rubocop', '~> 0.74.0' | ||
gem 'rubocop-performance', '~> 1.4.1' | ||
... | ... |
Please register or sign in to comment