-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Rubygems integration broken? #4377
Comments
Git bisect tells me the bug was introduced in |
interesting, run into it as well at some point while trying to run test/specs but somehow got around it... |
Ok that's super weird. No idea how this could have broken loading. I will investigate. |
Hmm wait...did you do a clean build? That error should not be possible with a clean build...we wouldn't have built in the first place. |
think a full clean |
I'm going to close this since it appears to be a build issue. @kirs If it still doesn't work after a clean build, please reopen. |
Thanks, it helped. |
Environment
jruby 9.1.7.0-SNAPSHOT (2.3.1) 2016-12-10 6a6383c Java HotSpot(TM) 64-Bit Server VM 25.45-b02 on 1.8.0_45-b14 +jit [darwin-x86_64]
6a6383c124ab75c9b8314412387eced038d7aaa2
)Expected Behavior
It's expected that
require "rubygems"
and related gem/bundler code works.Actual Behavior
I think this is something that broke recently because it stopped working as soon as I pulled the fresh master. If I checkout to older revision (
d08116963f453e60e7c54e7feb6b7e2f7fab5412
) it works.@headius @enebo
The text was updated successfully, but these errors were encountered: