-
-
Notifications
You must be signed in to change notification settings - Fork 924
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
Bundler won't use dependency API in 2.0 mode for JRuby 1.7.18 #2457
Comments
I can confirm that it's working on master (JRuby 9000) with 2.x mode. |
One liner that reproduces this on 1.7:
|
I needed to add
|
Oh, right, you need that too :-) |
Does this work properly on older JRuby 1.7 versions? |
This is the only one I tried. I wanted to test one request in my app without the GVL in MRI, that is how I found out this issue... |
This issue also prevents rbenv from installing JRuby if you have |
This works properly in JRuby 1.7.13 |
Weird... I just checked that one-liner with 1.7.19 and it worked... Maybe the guys in bundler.rubygems.org changed something that affected this somehow... Not sure how to proceed from here... Should we close this ticket and re-open if it happens again? I suspect there's still some hidden bug but now it's no longer reproducible... |
This is occurring with In fact, no remote gems are directly installable with |
closing since this was a JRuby 1.7.x issue ... seems fine by now (on JRuby 1.7.25+ using Bundler 1.13) |
It boils down to this according to my experiments:
The response is not empty as you can confirm by either downloading the URL or running this on MRI or on 1.9 mode.
The text was updated successfully, but these errors were encountered: