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