From e1bb0102c959e2aab1bc1364d2e5267408e671ae Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Mon, 2 Dec 2024 12:49:06 +0100 Subject: [PATCH] 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. --- Gemfile | 2 ++ Gemfile.lock | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index 0db8e5fa..fd24ba87 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index 11f8a6c3..e128c586 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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