Skip to content
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

LoadError: no such file to load with 1.7.10 when using jruby -r #1528

Closed
kares opened this issue Feb 23, 2014 · 0 comments
Closed

LoadError: no such file to load with 1.7.10 when using jruby -r #1528

kares opened this issue Feb 23, 2014 · 0 comments
Milestone

Comments

@kares
Copy link
Member

kares commented Feb 23, 2014

this seems to only affect --1.8 mode, all works fine when loaded manually e.g.

kares@sputnik:~/workspace/oss/jruby-rack$ jruby -rubygems -rbundler -S irb
>> exit
kares@sputnik:~/workspace/oss/jruby-rack$ 
kares@sputnik:~/workspace/oss/jruby-rack$ jruby --1.8 -rubygems -rbundler -S irb
LoadError: no such file to load -- bundler
kares@sputnik:~/workspace/oss/jruby-rack$ 
kares@sputnik:~/workspace/oss/jruby-rack$ jruby --1.8 -rubygems -S irb
>> require 'bundler'
=> true
>> exit

p.s. I've looked through previous issues but none of them seemed to handle this case (so I'm not sure if it's fixed on master or the 1_7 branch). it used to work on some 1.7 release, I've tried rubygems version 2.1.11, 2.2.2 and 1.8.29 as well.

@kares kares added this to the Won't Fix milestone Jan 3, 2017
@kares kares closed this as completed Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant