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 4f1ff40 commit 861d45e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.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'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 861d45e

Please sign in to comment.