diff --git a/Gemfile b/Gemfile index f25e84cc3..1ddfaa2d1 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.2.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..c3c9a56d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,10 +174,10 @@ GEM dry-schema (>= 1.12, < 2) zeitwerk (~> 2.6) erubi (1.12.0) - factory_bot (6.4.0) + factory_bot (6.2.1) activesupport (>= 5.0.0) - factory_bot_rails (6.4.0) - factory_bot (~> 6.4) + factory_bot_rails (6.2.0) + factory_bot (~> 6.2.0) railties (>= 5.0.0) faraday (2.7.11) base64 @@ -475,7 +475,7 @@ DEPENDENCIES database_cleaner debug dlss-capistrano - factory_bot_rails + factory_bot_rails (~> 6.2.0) faraday (~> 2) faraday-retry hash_to_hidden_fields