From 781fda001b63a8f637f2ca3b6da83518f414690c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 04:04:57 +0200 Subject: [PATCH] Bump factory_bot_rails --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8d8e7197a..0563613f6 100644 --- a/Gemfile +++ b/Gemfile @@ -239,7 +239,7 @@ group :test do # General helpers - gem "factory_bot_rails", "6.2.0" + gem "factory_bot_rails", "6.4.3" gem "shoulda-matchers", "5.3.0" gem "timecop", "0.9.6" gem "webmock", "3.18.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 0c88006f1..20e17a439 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,10 +247,10 @@ GEM state_machines thor fabrication (2.30.0) - factory_bot (6.2.1) + factory_bot (6.4.6) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.3) + factory_bot (~> 6.4) railties (>= 5.0.0) faraday (2.9.0) faraday-net_http (>= 2.0, < 3.2) @@ -822,7 +822,7 @@ DEPENDENCIES diaspora_federation-rails (= 1.1.0) diaspora_federation-test (= 1.1.0) eye (= 0.10.0) - factory_bot_rails (= 6.2.0) + factory_bot_rails (= 6.4.3) faraday (= 2.9.0) faraday-cookie_jar (= 0.0.7) faraday-follow_redirects (= 0.3.0)