-
Notifications
You must be signed in to change notification settings - Fork 81
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
Error installing latest version #152
Comments
jruby-openssl is java platform gem - which ruby are you using to install it ? regarding rubygems.org showing the wrong version is expected behaviour rubygems/rubygems.org#954 (comment) even though from the jruby-openssl it is not wanted. |
This is on a Docker image built from jruby:9.1.14.0 (https://hub.docker.com/_/jruby/) i had to add this line to make this work |
if this is a jruby docker image I suspect that jruby is running |
just double check on regular jruby install it just picks the right and latest or second latest jruby-openssl version. question why is the bundled default jruby-openssl gem coming with jruby not sufficient ? |
@mkristian i am investigating a performance issue and was trying different versions of rails5.x/jruby and decided to pick specific versions and hence the need. |
@irfn closing but still bit puzzled that you ran into this problem as I could not reproduce it. could be still something on JRuby side to fix. |
i see that the naming of the gem releases have changed to have
-java
in the version.somehow this is causing an issue with including this gem
Env: jruby:9.1.14.0 on docker
Scenario 1:
When i use the following in the Gemfile.
I get this following error
Scenario 2:
When i use the following in the Gemfile. (Omit version)
Version 0.9.4 gets installed (this is also the same version listed by default on https://rubygems.org/gems/jruby-openssl/)
Scenario 3:
The text was updated successfully, but these errors were encountered: