thoughtbot / factory_bot_rails

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

Release new version to allow upgrade to factory_bot 6.3.0 #425

Open javierav opened 11 months ago

javierav commented 11 months ago

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

jrochkind commented 11 months ago

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?

chulkilee commented 11 months ago

@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..

gdonald commented 10 months ago

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

pboling commented 10 months ago

Ping @jferris @mike-burns