Skip to content

Commit

Permalink
Pin factory_bot_rails to 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Nov 20, 2023
1 parent 4f1ff40 commit e364bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e364bad

Please sign in to comment.