Need to support JRuby via the jruby-openssl gem.
authorBob Aman <bobaman@google.com>
Fri, 11 May 2012 10:26:41 +0000 (13:26 +0300)
committerBob Aman <bobaman@google.com>
Fri, 11 May 2012 10:26:41 +0000 (13:26 +0300)
Gemfile

diff --git a/Gemfile b/Gemfile
index 06df5a0dd6b98d809e6914d0957421a2a8ed1b1a..da9c018515ad1e67decb5e2de529c659506850f0 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -6,6 +6,7 @@ gem 'autoparse', '>= 0.3.1'
 gem 'faraday', '~> 0.7.0'
 gem 'multi_json', '>= 1.3.0'
 gem 'extlib', '>= 0.9.15'
+gem 'jruby-openssl', :platforms => :jruby
 
 group :development do
   gem 'launchy'