-
-
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
gem list don't show some gems as default #4019
Comments
rake is preinstalled with jruby but should not be a default gem. the rest looks inconsistent as well. |
Okay, issue that some gems aren't shown as |
Show default gems for all platforms # Description: Before: On JRuby 9k: ```sh gem list *** LOCAL GEMS *** did_you_mean (default: 1.0.1) ffi (1.9.14 java) jar-dependencies (default: 0.3.5, default: 0.3.2) jruby-openssl (0.9.17 java) # <---- json (1.8.3 java) # <---- minitest (default: 5.4.1) net-telnet (default: 0.1.1) power_assert (default: 0.2.3) psych (2.0.17 java) # <---- racc (1.4.14 java, 1.4.13 java) # <---- rake (default: 10.4.2) rdoc (default: 4.2.0) test-unit (default: 3.1.1) ``` After: ```sh *** LOCAL GEMS *** did_you_mean (default: 1.0.1) ffi (1.9.14 java) jar-dependencies (default: 0.3.5, default: 0.3.2) jruby-openssl (default: 0.9.17 java) # <---- json (default: 1.8.3 java) # <---- minitest (default: 5.4.1) net-telnet (default: 0.1.1) power_assert (default: 0.2.3) psych (default: 2.0.17 java) # <---- racc (default: 1.4.14 java, default: 1.4.13 java) # <---- rake (default: 10.4.2) rdoc (default: 4.2.0) test-unit (default: 3.1.1) ``` Original issue: jruby/jruby#4019
@etehtsea Help us by letting us know when there's a RubyGems release out. We can pull it into 9.1.3.0 if it's not too drastic. |
@headius for sure |
I don't think this will be ready for 9.1.3.0. Bumping. |
please reopen, because fix didn't get into release. |
Still waiting on a RubyGems release with the patch in question. We can patch it ourselves, but the first time anyone (or anything, like rvm) updates RubyGems, it will wipe out our change. I have requested a backport of the patch and a 2.6.9 release of RubyGems in rubygems/rubygems#1685. |
this one is resolved by now, right? I am seeing default gems being reported using the current SNAPSHOT |
@kares it seems that currently bundled rubygems is patched, but there is still no upstream rubygems version with this fix. |
I'm going to close this. If there's a RubyGems fix we don't have, or a fix that's not in RG, that needs to happen first. But we will be on latest RG for 9.2. |
jruby 9.1.2.0 (2.3.0) 2016-05-26 7357c8f Java HotSpot(TM) 64-Bit Server VM 25.77-b03 on 1.8.0_77-b03 [darwin-x86_64]
Gems that are missing from this list:
P.S. Why rake is default on JRuby and is not on MRI?
The text was updated successfully, but these errors were encountered: