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'