From e364bad2b681b74c607c25a8dd44c2ae15d56a02 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Mon, 20 Nov 2023 07:46:16 -0600 Subject: [PATCH] Pin factory_bot_rails to 6.3.0 Until https://github.com/thoughtbot/factory_bot_rails/issues/433 is resolved --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f25e84cc3..e454fc8cb 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ group :development, :test do gem 'capybara' # factory_bot_rails for creating fixtures in tests - gem 'factory_bot_rails' + gem 'factory_bot_rails', '~> 6.3.0' # Pinned until https://github.com/thoughtbot/factory_bot_rails/issues/433 is resolved # selenium-webdriver is used by Capybara for driving "browser" tests gem 'selenium-webdriver' diff --git a/Gemfile.lock b/Gemfile.lock index 2ce1f297e..6b4e314b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM erubi (1.12.0) factory_bot (6.4.0) activesupport (>= 5.0.0) - factory_bot_rails (6.4.0) + factory_bot_rails (6.3.0) factory_bot (~> 6.4) railties (>= 5.0.0) faraday (2.7.11) @@ -475,7 +475,7 @@ DEPENDENCIES database_cleaner debug dlss-capistrano - factory_bot_rails + factory_bot_rails (~> 6.3.0) faraday (~> 2) faraday-retry hash_to_hidden_fields