From 80b814b3fe0527bb5b8c342ffa99cef3a5078f75 Mon Sep 17 00:00:00 2001 From: Ahmad Farhat Date: Tue, 21 Nov 2023 15:13:06 -0500 Subject: [PATCH] Upgrade factory bot (#5558) --- Gemfile | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 19a70c9c3a..9108f673cd 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 5930311963..7ebff77264 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)