Skip to content

Commit

Permalink
Pin factory_bot_rails to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Nov 20, 2023
1 parent 9072ba8 commit 49e3f97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 49e3f97

Please sign in to comment.