-
Notifications
You must be signed in to change notification settings - Fork 6
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
bigdecimal only has a C extension, won't install on JRuby #12
Comments
Or instead of removed, marked for just the "ruby" platform. |
Sounds like a good idea. I find that in CRuby 2.7, Rails 2.4 fails without it. But if JRuby's 2.7-compatible versions don't have the same problem, there's no reason to lock the bigdecimal version for them. |
What is the problem? |
Rails 2.4 uses a deprecated BigDecimal constructor. By specifying an
earlier version of BigDecimal, I get one where that constructor is still
permissible.
…On Fri, Aug 28, 2020 at 3:33 PM Charles Oliver Nutter < ***@***.***> wrote:
What is the problem?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAUD2HHL33XSYQMIUQL6HLSC655BANCNFSM4QNHN5IQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The bigdecimal gem only contains the C extension version of that library, which means it cannot install on JRuby.
It should be removed until we can get the JRuby bigdecimal bits (or a stub) into the bigdecimal gem.
The text was updated successfully, but these errors were encountered: