-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
Known third-party issues #128
Comments
For completeness, the fix for rubygems/rubygems#3570 was released with bundler 2.2.0.rc.1, and regarding #108 we never got a report about it 🤷. |
Regarding #108, I was hoping @JonRowe would report it to Bundler or JRuby in #108 (comment), but I probably wasn't clear enough. @JonRowe Could you do that? Maybe I should write this in the issue template: only file a bug here after you've filed a bug upstream, but it's hard to make a general rule that's still correct in all cases. |
Yeah, no problem at all! It might be a bug in jruby, but since bundler 1 works, I guess we could probably do something to workaround it. I think it could be due to us stopping using If that was the issue, we could easily workaround it by using |
Marking this issue as closed as there is outstanding 3rd party issue, that is not already worked around. |
Fixed upstream, simply use a newer Bundler release:
bundle exec rake
:bundle exec <cmd>
gives "command not found" on JRuby+Windows rubygems/rubygems#3256 and JRuby on Windows: "bundler: command not found: rake" #18, fixed in Bundler 2.2.0The text was updated successfully, but these errors were encountered: