From 6d7f886ef01090a604a09f13d65ad9286b54ea63 Mon Sep 17 00:00:00 2001 From: Steve Agalloco Date: Sat, 3 Dec 2011 16:42:11 -0500 Subject: [PATCH] fix the build in jruby --- Gemfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e45e65f..224df84 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,7 @@ source :rubygems -gemspec + +platforms :jruby do + gem 'jruby-openssl', '~> 0.7' +end + +gemspec \ No newline at end of file