Support to Rails 6.0.0
memoxmrdl opened this issue · 4 comments
memoxmrdl commented
Support to Rails 6.0.0
majedbojan commented
I'm trying to upgrade my project into rails 6 and the project has huge dependencies on this this gem but still the gem not compatible with rails 6
In Gemfile:
rails (~> 6.0.0.rc2)
interactor-rails (~> 2.0) was resolved to 2.2.0, which depends on
rails (>= 4.2, < 5.3)
memoxmrdl commented
@majedbojan You can install only interactor
gem and add the require "interactor"
from file config/application.rb
and that it works good.
gaffneyc commented
Just waiting on a release which will probably have to wait until next week once the holiday weekend is over.
@laserlemon Would you mind adding me to rubygems.org so I can publish the new version?