Skip to content

Commit

Permalink
Merge pull request #1090 from pod4lib/upgrade-facotory-bot
Browse files Browse the repository at this point in the history
Unpin factory_bot_rails
  • Loading branch information
cbeer authored Oct 28, 2024
2 parents 0f76d19 + 9c25c4d commit 9d44125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ group :development, :test do

# Capybara for feature/integration tests
gem 'capybara'
# Pinned until https://github.com/thoughtbot/factory_bot_rails/issues/433 is resolved
gem 'factory_bot_rails', '~> 6.2.0'
gem 'factory_bot_rails', '~> 6.4'
gem 'selenium-webdriver'

gem 'webdrivers'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ GEM
drb (2.2.1)
ed25519 (1.3.0)
erubi (1.13.0)
factory_bot (6.2.1)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
Expand Down Expand Up @@ -508,7 +508,7 @@ DEPENDENCIES
devise-bootstrap-views (~> 1.0)
devise_invitable (~> 2.0.0)
dlss-capistrano
factory_bot_rails (~> 6.2.0)
factory_bot_rails (~> 6.4)
friendly_id
groupdate
honeybadger
Expand Down

0 comments on commit 9d44125

Please sign in to comment.