Drop support for old ruby and ruby rails versions#459
Drop support for old ruby and ruby rails versions#459gssbzn wants to merge 1 commit intoice-cube-ruby:masterfrom gssbzn:master
Conversation
Drop ruby < 2.3 Drop rails < 4.2 Code style fixes
|
Another advantage of this is that bundler 2.0 is out now, which only works on ruby 2.3 and greater. The build on master is failing right now for older ruby versions, because travis is installing bundler 2.0 and then erroring out because the ruby version is incompatible. |
|
@avit Thanks for all the amazing work on ice_cube over the years. I think this PR would be a good one to kickstart some updates? I'm looking for solid ruby 2.5 support so wondering the best way forwards on that? |
|
It's a shame to see this PR closed. This gem needs some core updates to keep it working on newer rubies. @avit & @seejohnrun is there some way you could open this up to more community maintainers? |
|
I'm no longer actively working with this gem or Ruby in general and considering the PR was open for I decided to close it and let someone else give it a try |
CL2-5023 Drop support for old ruby and ruby rails versions (closed PR ice-cube-ruby#459)
Versions of Ruby before 2.3 have reach EOL and should not be supported anymore
Versions of Rails before 4.2 have reach EOL and should not be supported anymore (4.2 soon to follow)
While dropping support to old versions bring the code base to more current standard styles and practices
has_rdocandtest_filesfrom gemspecAnd others