Tony Arcieri created JRUBY-6308: ----------------------------------- Summary: OpenSSL::SSL::SSLSocket#read_nonblock broken with bundler/gem plugins in Ruby 1.9 mode Key: JRUBY-6308 URL: https://jira.codehaus.org/browse/JRUBY-6308 Project: JRuby Issue Type: Bug Components: OpenSSL Affects Versions: JRuby 1.6.5 Environment: Ruby 1.9 Reporter: Tony Arcieri
Here's an example with Bundler: $ bundle Fetching gem metadata from https://rubygems.org/.Unfortunately, a fatal error has occurred. Please report this error to the Bundler issue tracker at https://github.com/carlhuda/bundler/issues so that we can fix it. Thanks! NoMethodError: undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0x37748ba4> rbuf_fill at /Users/tony/.rvm/rubies/jruby-1.6.5/lib/ruby/1.9/net/protocol.rb:135 My guess at the potential problem here: the jruby-openssl gem isn't getting loaded thanks to the fact it's a gem. This also seems to affect the "gem push" plugin -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email