Bump factory_bot_rails for Ruby3 support
To fix https://github.com/thoughtbot/factory_bot/issues/1458. Changelog: other
Showing
... | ... | @@ -360,7 +360,7 @@ group :development, :test do |
gem 'awesome_print', require: false | ||
gem 'database_cleaner', '~> 1.7.0' | ||
gem 'factory_bot_rails', '~> 6.1.0' | ||
gem 'factory_bot_rails', '~> 6.2.0' | ||
gem 'rspec-rails', '~> 5.0.1' | ||
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) | ||
... | ... |
Please register or sign in to comment