diff --git a/Gemfile b/Gemfile index 7c1a96f..172aedf 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,8 @@ group :development, :test do # Easy installation and use of web drivers to run system tests with browsers gem 'webdrivers' - gem 'factory_bot_rails' + # Pinned until https://github.com/thoughtbot/factory_bot_rails/issues/433 is resolved + gem 'factory_bot_rails', '~> 6.2.0' gem 'rspec-rails' end diff --git a/Gemfile.lock b/Gemfile.lock index 0a8e08e..9ac0201 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,10 +195,10 @@ GEM zeitwerk (~> 2.6) erubi (1.12.0) execjs (2.9.1) - 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) ffi (1.16.3) friendly_id (5.5.1) @@ -486,7 +486,7 @@ DEPENDENCIES devise (~> 4.8) devise_invitable dlss-capistrano - factory_bot_rails + factory_bot_rails (~> 6.2.0) friendly_id honeybadger image_processing (~> 1.2)