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
corylown committed Nov 20, 2023
1 parent 53cb7f2 commit 6c00bcf
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 @@ -41,7 +41,8 @@ group :development, :test do

# Capybara for feature/integration tests
gem 'capybara'
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 '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 @@ -191,10 +191,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)
ffi (1.16.3)
ffi-compiler (1.0.1)
Expand Down Expand Up @@ -513,7 +513,7 @@ DEPENDENCIES
devise-bootstrap-views (~> 1.0)
devise_invitable (~> 2.0.0)
dlss-capistrano
factory_bot_rails
factory_bot_rails (~> 6.2.0)
friendly_id
groupdate
honeybadger
Expand Down

0 comments on commit 6c00bcf

Please sign in to comment.