We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello,
is there a minimum supported Ruby version?
According to the test matrix, it would be 2.6, but specs pass against 2.5, and 2.4.
In order to make them pass against 2.3,
They do not pass on 2.2 because kramdown should be < 2, and even after
< 2
Psych::DisallowedClass: Tried to load unspecified class: Thread::Mutex
Can we set the minimum required Ruby version to 2.3, or even newer?
Reason: #1085
The text was updated successfully, but these errors were encountered:
Set minimum Ruby version to 2.3
df58426
This is the first working version with the current Money implementation Close RubyMoney#1086
Set minimum Ruby version to 2.7
7af3891
Since 2.7 is in EOL since Mar 2023 and 3.0 will EOL soon, Money will support the latest stable Ruby versions plus two EOL versions Close RubyMoney#1086
Set minimum Ruby version to 3.1
69d654b
Drop all EOL Ruby versions Close RubyMoney#1086
Successfully merging a pull request may close this issue.
Hello,
is there a minimum supported Ruby version?
According to the test matrix, it would be 2.6, but specs pass against 2.5, and 2.4.
In order to make them pass against 2.3,
They do not pass on 2.2 because kramdown should be
< 2
, and even afterCan we set the minimum required Ruby version to 2.3, or even newer?
Reason: #1085
The text was updated successfully, but these errors were encountered: