You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
next_rails currently requires ruby 2.3.0 or newer, which makes it incompatible with old rails projects using older ruby versions
we should find the reason for this limitation and maybe add some note or workaround, or maybe we can split the gem into different gems with different ruby restrictions if maybe the ruby restrictions is there because one feature and not for everything
I was doing some tests and it seems that the ruby version limitation can be removed, next_rails only depends on colorize now when added as a gem and colorize has no ruby version restriction. I tried removing the gem restriction and I was able to install it in Ruby 2.1.9 with no errors.
I was able to add support from Ruby 2.0.0 and on, since adding support to something like 1.9.3 is harder and requires rewritting stuff I'll leave that as another issue and leave the PR for this with support of Ruby 2.0.0
Branch/Commit:
Latest version I guess, it can't be installed
Problem:
next_rails currently requires ruby 2.3.0 or newer, which makes it incompatible with old rails projects using older ruby versions
we should find the reason for this limitation and maybe add some note or workaround, or maybe we can split the gem into different gems with different ruby restrictions if maybe the ruby restrictions is there because one feature and not for everything
I will abide by the code of conduct
The text was updated successfully, but these errors were encountered: