This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem 'jruby-openssl' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rake --trace update_hash_files | |
(in /Users/nicksieger/Projects/jruby/jruby.org) | |
** Invoke update_hash_files (first_time) | |
** Execute update_hash_files | |
rake aborted! | |
private method `verify_mode=' called for #<OpenSSL::SSL::SSLContext:0x17e7f88> | |
/Users/nicksieger/Projects/ruby/jruby/lib/ruby/1.8/net/https.rb:148:in `verify_mode=' | |
/Users/nicksieger/.rvm/gems/[email protected]/gems/aws-s3-0.6.2/lib/aws/s3/connection.rb:102:in `create_connection' | |
/Users/nicksieger/.rvm/gems/[email protected]/gems/aws-s3-0.6.2/lib/aws/s3/connection.rb:116:in `connect' | |
/Users/nicksieger/.rvm/gems/[email protected]/gems/aws-s3-0.6.2/lib/aws/s3/connection.rb:23:in `initialize' |