From 3a3a22fea77b5dcc7564f770456e509754f49693 Mon Sep 17 00:00:00 2001 From: Zack Mariscal Date: Sat, 3 Feb 2024 20:08:18 -0800 Subject: [PATCH] lessen restrictions around factory_bot version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 87a54e8b..af7abfc4 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ end if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.0.0") gem "factory_bot" else - gem "factory_bot", "~> 6.2", "< 6.4.5" + gem "factory_bot", "~> 5", "< 6.4.5" end gem "timecop" gem "chronic"