Skip to content
New issue

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

Question: minimum supported Ruby version #1086

Closed
tagliala opened this issue Mar 13, 2024 · 0 comments · Fixed by #1087
Closed

Question: minimum supported Ruby version #1086

tagliala opened this issue Mar 13, 2024 · 0 comments · Fixed by #1087

Comments

@tagliala
Copy link
Contributor

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

     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

tagliala added a commit to tagliala/money that referenced this issue Mar 13, 2024
This is the first working version with the current Money implementation

Close RubyMoney#1086
tagliala added a commit to tagliala/money that referenced this issue Mar 13, 2024
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
tagliala added a commit to tagliala/money that referenced this issue Mar 13, 2024
Drop all EOL Ruby versions

Close RubyMoney#1086
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant