Need to support JRuby via the jruby-openssl gem.

This commit is contained in:
Bob Aman 2012-05-11 13:26:41 +03:00
parent 3f8f2aff6f
commit c2e7a4a948
1 changed files with 1 additions and 0 deletions

View File

@ -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'