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'

View file

@ -485,6 +485,8 @@ GEM
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
@ -682,9 +684,11 @@ DEPENDENCIES
rspec-rails
rubocop
rubocop-capybara
rubocop-factory_bot
rubocop-performance
rubocop-rails
rubocop-rspec
rubocop-rspec_rails
ruby-oembed
sass-rails (>= 4.0.2)
selectize-rails