-
Notifications
You must be signed in to change notification settings - Fork 139
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
hutch installs bunny but complains about missing march_hare on jruby #368
Comments
Ok, I think I figured it out. You do not provide hutch-java, but have conditional gemspec:
This condition is resolved at build time, not at install time. Consequently, you need to build and deploy the gem for both platforms ruby and java. |
@michaelklishin could we tackle this to avoid |
@klobuczek thank you for volunteering to provide a PR. What do you mean by "keep deploying separate JRuby versions", that we would push the gem twice on two platforms? That'd be OK with me. Not depending on any libraries sounds like a usability disaster given the existing install base and relative project maturity. |
@michaelklishin sorry, I totally dropped this topic. We have a similar problem with |
@michaelklishin |
On jruby-9.2.19.0
gem install hutch
installs bunny as dependency, but on loading complains about missingmarch_hare
:The text was updated successfully, but these errors were encountered: