thoughtbot / factory_bot_rails

Factory Bot ♥ Rails
https://thoughtbot.com/services/ruby-on-rails
MIT License
3.07k stars 369 forks source link

Test against Rails 6.1 #388

Closed berkos closed 3 years ago

berkos commented 3 years ago

👋 Test against Rails 6.1

composerinteralia commented 3 years ago

Damn, that was fast. Thanks!

berkos commented 3 years ago

Damn, that was fast. Thanks!

No Problem! It looks like all the builds are failing so trying to find which gem might have been updated and is causing the issue. 🤔

jpac-run commented 3 years ago

Could be related: https://github.com/rails/rails/issues/40871

composerinteralia commented 3 years ago

@berkos it looks like it was a problem with spring 2.1.1 (see https://github.com/thoughtbot/factory_bot_rails/pull/389). Should be fixed now, so can you rebase this branch on the latest commit to see if it passes?