-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Fix JRuby 9.4 install failure re Bigdecimal 3.1.4 #358
Comments
Locally, I was unable to install gemstash with JRuby 9.4 I got this sort of error: The full CI output for install was
|
So it seems that sequel now depends on the bigdecimal gem, which has no JRuby version. Our best option going forward would be to help the bigdecimal maintainer create a stub -java version of the gem, which must be released with every bigdecimal version. |
I'm trying to get things moving again getting a bigdecimal-java gem released. See ruby/bigdecimal#169 |
I am rerunning an earlier-failing PR, and it can now install, so thank you @headius for all the upstream work. ❤️ |
In #355, a non-related JRuby install failure showed up.
EDIT: Sequel gem depends on bigdecimal, now. And there is no -java gem release for bigdecimal, yet.
The text was updated successfully, but these errors were encountered: