From 07171027db7d307b703dfe777aa45650e6fb16f2 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 13 Aug 2025 12:28:37 +0200 Subject: [PATCH] Update factory_bot to drop observer that left the standard library --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 92343084..755a437a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,11 +193,11 @@ GEM erubi (1.13.1) erubis (2.7.0) execjs (2.8.1) - factory_bot (6.2.0) - activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) - railties (>= 5.0.0) + factory_bot (6.5.4) + activesupport (>= 6.1.0) + factory_bot_rails (6.5.0) + factory_bot (~> 6.5) + railties (>= 6.1.0) faker (2.18.0) i18n (>= 1.6, < 2) faraday (1.7.0)