From c2e7a4a948455bf8eb028feeeb3f870655ef290d Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Fri, 11 May 2012 13:26:41 +0300 Subject: [PATCH] Need to support JRuby via the jruby-openssl gem. --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 06df5a0dd..da9c01851 100644 --- 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'