Closed olleolleolle closed 1 year ago
Locally, I was unable to install gemstash with JRuby 9.4
I got this sort of error:
The full CI output for install was
$ rvm use jruby-9.4
Using /Users/olle/.rvm/gems/jruby-9.4
$ bundle
Could not find gem 'gemstash x86_64-darwin-19' in source at `.`.
The source contains the following gems matching 'gemstash':
* gemstash-2.3.0-java
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 https://github.com/ruby/bigdecimal/issues/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.