Skip to content

Commit

Permalink
Avoid broken versions of factory_bot_rails
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Nov 22, 2023
1 parent b9ba026 commit fe0a0ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ gem 'rspec_junit_formatter', require: false
gem 'yard', require: false

# Ensure the requirement is also updated in core/lib/spree/testing_support/factory_bot.rb
gem 'factory_bot_rails', '>= 4.8', require: false
# TODO: remove the "< 6.3" requirement once https://github.com/thoughtbot/factory_bot_rails/issues/431 is fixed.
gem 'factory_bot_rails', ['>= 4.8', '< 6.3'], require: false

group :backend do
gem 'capybara', '~> 3.13', require: false
Expand Down

0 comments on commit fe0a0ce

Please sign in to comment.