Bundle all the rubocop plugins we supposedly use

Requiring them in rubocopy.yml with them not being part of the bundle
starts to fail now.
This commit is contained in:
Henne Vogelsang 2024-12-02 12:49:06 +01:00
parent e0b0b01e06
commit e1bb0102c9
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
2 changed files with 6 additions and 0 deletions

View file

@ -197,6 +197,8 @@ group :development do
gem 'rubocop', require: false
gem 'rubocop-rspec', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rspec_rails', require: false
gem 'rubocop-factory_bot', require: false
gem 'rubocop-capybara', require: false
gem 'rubocop-performance', require: false
gem 'haml_lint'