From bf81095a196e77d5db4f5adfedd89e351b0a8e20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:26:56 +0000 Subject: [PATCH] Update dependency factory_bot_rails to '~> 6.4.4' --- api/Gemfile | 2 +- api/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/Gemfile b/api/Gemfile index adbf8f301..70a163a76 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -46,7 +46,7 @@ group :development, :test do gem 'debug', platforms: %i[mri mingw x64_mingw] # Factory bot for testing factories - gem 'factory_bot_rails', '~> 6.4.3' + gem 'factory_bot_rails', '~> 6.4.4' # Faker for generating test data gem 'faker', '~> 3.5.1' diff --git a/api/Gemfile.lock b/api/Gemfile.lock index f930e6fc6..a4368cd44 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -139,10 +139,10 @@ GEM ed25519 (1.3.0) erubi (1.13.0) excon (0.112.0) - factory_bot (6.4.6) + factory_bot (6.5.0) activesupport (>= 5.0.0) - factory_bot_rails (6.4.3) - factory_bot (~> 6.4) + factory_bot_rails (6.4.4) + factory_bot (~> 6.5) railties (>= 5.0.0) faker (3.5.1) i18n (>= 1.8.11, < 2) @@ -316,7 +316,7 @@ DEPENDENCIES delayed_job_active_record docker-api (~> 2.3.0) ed25519 - factory_bot_rails (~> 6.4.3) + factory_bot_rails (~> 6.4.4) faker (~> 3.5.1) mocha (~> 2.4.5) mysql2 (~> 0.5, >= 0.5.6)