forked from clio/ten_years_rails
-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Description
This PR dropped the support of Ruby 2.5 and older #121, but after some discussions we think the gem should support at Ruby 2.3 and newer.
Possible Implementation
Currently, there's no limitation of the required ruby version by our dependencies and the app was already compatible, so I think that reverting the CI changes to re-add 2.3
2.4and
2.5` should be enough, I imagine tests should still pass.
If the rainbow
gem turns out to be a problem, it's probably better to remove it completely to increase the support the older Ruby versions.
Resources:
The PR linked above mentions the rainbow
gem and it supports ruby from version 2.3 https://rubygems.org/gems/rainbow/versions/3.1.1
I will abide by the code of conduct
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed