From 951e38d2056c39f406adb3e02ef46cda424cd282 Mon Sep 17 00:00:00 2001
From: Ahmad Farhat <ahmad.af.farhat@gmail.com>
Date: Tue, 21 Nov 2023 15:13:06 -0500
Subject: [PATCH] Upgrade factory bot (#5558)

---
 Gemfile      | 1 +
 Gemfile.lock | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index 19a70c9c..9108f673 100644
--- a/Gemfile
+++ b/Gemfile
@@ -48,6 +48,7 @@ end
 
 group :test do
   gem 'capybara'
+  gem 'factory_bot', '>= 6.4.1'
   gem 'factory_bot_rails', '>= 6.3.0'
   gem 'faker'
   gem 'rspec-rails', '>= 6.0.4'
diff --git a/Gemfile.lock b/Gemfile.lock
index e966754b..3377223f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -158,7 +158,7 @@ GEM
     drb (2.2.0)
       ruby2_keywords
     erubi (1.12.0)
-    factory_bot (6.4.0)
+    factory_bot (6.4.1)
       activesupport (>= 5.0.0)
     factory_bot_rails (6.4.0)
       factory_bot (~> 6.4)
@@ -505,6 +505,7 @@ DEPENDENCIES
   data_migrate (>= 9.2.0)
   debug
   dotenv-rails
+  factory_bot (>= 6.4.1)
   factory_bot_rails (>= 6.3.0)
   faker
   google-cloud-storage (~> 1.44)
@@ -538,3 +539,4 @@ DEPENDENCIES
   web-console (>= 4.2.1)
   webdrivers
   webmock
+
-- 
GitLab