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

RubyGems of JRuby1.7.19 is v2.4.5 (should be v2.1.9) #2748

Closed
yousuketto opened this issue Mar 24, 2015 · 3 comments
Closed

RubyGems of JRuby1.7.19 is v2.4.5 (should be v2.1.9) #2748

yousuketto opened this issue Mar 24, 2015 · 3 comments

Comments

@yousuketto
Copy link
Contributor

I am using jruby of jruby-bin-1.7.19.zip.
JRuby 1.7.19 is using Rubygems v2.4.5.

C:\workspace\sandbox>jruby -v
jruby 1.7.19 (1.9.3p551) 2015-01-29 20786bd on Java HotSpot(TM) 64-Bit Server VM 1.8.0_31-b13 +jit [Windows 7-amd64]

C:\workspace\sandbox>gem -v
io/console not supported; tty will not be manipulated
2.4.5

but, rubygems of jruby1.7.19 should be v2.1.9.
https://github.com/jruby/jruby/blob/1.7.19/lib/ruby/shared/rubygems.rb#L11

in addition, I think this is cause outputting #1614 log.
https://github.com/rubygems/rubygems/blob/v2.4.5/lib/rubygems/user_interaction.rb#L7-L10

@headius
Copy link
Member

headius commented Apr 2, 2015

We need to fix JRuby 1.7 to work properly with RG 2.4.5, which will involve fixes like those for #2788 and the jar file extension service fixes committed to master.

@headius
Copy link
Member

headius commented Apr 2, 2015

FWIW, RG 2.4.5 should be working fine on master.

@mkristian mkristian self-assigned this Apr 8, 2015
@headius
Copy link
Member

headius commented May 4, 2015

RG 2.4.6 has been installed for 1.7 and appears to be passing all tests (including some from end-users).

@headius headius closed this as completed May 4, 2015
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

3 participants