Can't upgrade to interactors 3.0.0
beNjiox opened this issue · 6 comments
beNjiox commented
I've tried to update a project so that it uses the new 3.0.0 version of the interactors gem, but it doesn't seem to work.
I'm not a gem development expert but I guess this might be the cause.
Here's what I see when I try to update:
Bundler could not find compatible versions for gem "interactor":
In Gemfile:
interactor-rails (~> 1.0) ruby depends on
interactor (~> 1.0) ruby
interactor (3.0.0)
Thanks!
seako commented
looks like:
interactor-rails 1.0.0 depended on 1.x versions of interactor,
interactor-rails 1.0.1 depends on interactor < 3.
so, we would need a version of interactor-rails, say, 1.0.2, with dependency on interactor < 4.
beNjiox commented
👍
seako commented
🎩 very kind of you but credit belongs to @laserlemon and @andrewbredow
laserlemon commented
Version 2.0.0 released!