-
-
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
Override of Gem.path_separator cause gem update --system to fail #3631
Comments
you mean this is not really a bug of JRuby's since you set |
No, Jruby seems to override that method in its stdlib to return a regexp. |
@segiddins right, thanks ... JRuby kind of really needs this to be working to handle special cases (that do not happen on MRI) e.g. stdlib packed inside a .jar archive: https://github.com/jruby/jruby/blob/master/lib/ruby/stdlib/rubygems/defaults/jruby.rb#L73-L76 ... has been working for JRuby for a long time, hopefully RGs will resolve this. |
I opened a PR with a bugfix for RubyGems yesterday, just wanted to point out that the bug with Jruby exists. |
@segiddins thanx for the PR on rubygems as the regexp is really important for JRuby and embedded JRuby |
This appears to have gone out in RubyGems 2.6.0. I will update to 2.6.1 (latest) on master and 1.7 branches. |
The text was updated successfully, but these errors were encountered: