-
-
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
JRuby 1.7.4 Regression, Failing to find installed gems from bin commands #782
Comments
@zdennis Hmmm, I'm not sure what would cause that. Works ok installed in normal gem home? |
Not sure what's going on yet, but |
I could not reproduce this on JRuby master (I get the same result as JRuby 1.7.3):
Can you provide an example repository that exhibits the problem with JRuby master? Also, a listing of your installed gems and environment when it fails would help diagnose further. |
I am getting the same error when cap deploy with passenger, but not if you webrick it locally |
I noticed that RG 2.1 does not appear to be canonicalizing the binstub
On Wed, Sep 11, 2013 at 5:59 PM, YuFei Zhu notifications@github.com wrote:
|
I keep seeing this message on JRuby 9.0 ...
These GEM-s are already installed, the whole is very confusing.
|
this is issue should no longer be relevant -> if so please confirm it still mis-behaving using latest JRuby 1.7 |
The following works with JRuby 1.7.3 but fails with JRuby 1.7.4:
bundle install --path vendor
vendor/jruby/1.9/bin/warble
Expected output (with JRuby 1.7.3):
Actual output (with JRuby 1.7.4):
The text was updated successfully, but these errors were encountered: