mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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:
parent
e0b0b01e06
commit
e1bb0102c9
2 changed files with 6 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue