thoughtbot / factory_bot_rails

Factory Bot ♥ Rails

Home Page:https://thoughtbot.com/services/ruby-on-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release new version to allow upgrade to factory_bot 6.3.0

javierav opened this issue · comments

Currently you cannot update to factory_bot 6.3.0 with the latest released version of this gem. It is necessary to make a release with the latest available code that already includes support for that version.

See #423

Is there a reason factory-bot-rails restricts it's dependency to a minor version of factory-bot? Like formerly 6.2.x, and 6.3.x on current main branch?

Could you just allow any 6.x greater than (eg) 6.3.x, with a "~> 6.3" dependency instead, so when 6.4 release comes out factory-bot-rails won't need a new release to allow it? factory-bot itself is pretty solid about backwards compat within major releases, yes?

@composerinteralia could you take a look at this? The dependency has been bumped already via #419 - so we just need to release a new version from the current HEAD I guess..

Is anyone looking at this? My bundle outdated is sad.