collectiveidea/interactor-rails

Can't upgrade to interactors 3.0.0

beNjiox opened this issue · 6 comments

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!

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.

👍

hurrah, this was just fixed by #7

Thanks a lot @seako !

🎩 very kind of you but credit belongs to @laserlemon and @andrewbredow

Version 2.0.0 released!