From cdcc00244f05c80151263677fc1bcc9f66fd3123 Mon Sep 17 00:00:00 2001 From: Yetrina Battad Date: Tue, 18 Jun 2024 14:03:27 +1000 Subject: [PATCH] build: add rubocop-factory_bot --- Gemfile | 2 ++ Gemfile.lock | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index e0a6b37a..1e963ecc 100644 --- a/Gemfile +++ b/Gemfile @@ -102,6 +102,8 @@ group :development, :test do gem "rubocop-rspec", require: false gem "rubocop-performance", require: false gem "rubocop-capybara", require: false + gem "rubocop-factory_bot", require: false + gem "solr_wrapper", ">= 0.3" gem "rspec-rails", "~> 6.1" diff --git a/Gemfile.lock b/Gemfile.lock index 43b352f9..1a622e9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -463,6 +463,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) @@ -646,6 +648,7 @@ DEPENDENCIES rsolr (>= 1.0, < 3) rspec-rails (~> 6.1) rubocop-capybara + rubocop-factory_bot rubocop-performance rubocop-rails rubocop-rspec