From: Bob Aman Date: Fri, 11 May 2012 10:26:41 +0000 (+0300) Subject: Need to support JRuby via the jruby-openssl gem. X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/c2e7a4a948455bf8eb028feeeb3f870655ef290d Need to support JRuby via the jruby-openssl gem. --- diff --git a/Gemfile b/Gemfile index 06df5a0dd6..da9c018515 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'