-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require Ruby 3.1 and fix bigdecimal requirement #1087
Require Ruby 3.1 and fix bigdecimal requirement #1087
Conversation
@semmons99 failures depends by the fact that i18n does not set a minimum required ruby version and is using a non-compatible version on specs. I can fix it with the Gemfile, or I can set the minimum version to 2.5 (or even newer) |
5e52bba
to
cf74627
Compare
I am open to whichever you think is best
|
I do not like dropping compatibility just for sake of dropping compatibility, but given that 2.7 is in EOL since Mar 2023 an 3.0 will EOL in 2 weeks, I would drop anything below 2.7 |
I think we should drop 3.0 and hold release for 2 weeks. Make our lives easier.
|
cf74627
to
f5c46fc
Compare
Much better, will do that |
Drop all EOL Ruby versions Close RubyMoney#1086
- bigdecimal installs and works fine on all supported ruby versions - The condition was checking for ruby version to be greater than 6.19, which will not happen soon - The condition is also evaluated on `rubygems`, and it is not correct Close RubyMoney#1085
f5c46fc
to
815b618
Compare
fixed. merging. |
Set minimum Ruby version to 3.1
Drop all EOL Ruby versions
Close #1086
Remove conditional on bigdecimal
which will not happen soon
rubygems
, and it is not correctClose #1085