From 8ab50a26902a5f96aa75da2d27b3140e1769072f Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 9 May 2011 11:52:45 -0700 Subject: [PATCH] Add jruby-openssl dependency on the java platform --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 7caaf9a..3080aad 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,9 @@ source 'http://rubygems.org' +platforms :jruby do + gem 'jruby-openssl', '~> 0.7' +end + gemspec :path => 'oa-basic' gemspec :path => 'oa-core' gemspec :path => 'oa-enterprise'