You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
I am using jruby of jruby-bin-1.7.19.zip.
JRuby 1.7.19 is using Rubygems v2.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
The text was updated successfully, but these errors were encountered: