Need to support JRuby via the jruby-openssl gem.
This commit is contained in:
parent
3f8f2aff6f
commit
c2e7a4a948
1
Gemfile
1
Gemfile
|
@ -6,6 +6,7 @@ gem 'autoparse', '>= 0.3.1'
|
||||||
gem 'faraday', '~> 0.7.0'
|
gem 'faraday', '~> 0.7.0'
|
||||||
gem 'multi_json', '>= 1.3.0'
|
gem 'multi_json', '>= 1.3.0'
|
||||||
gem 'extlib', '>= 0.9.15'
|
gem 'extlib', '>= 0.9.15'
|
||||||
|
gem 'jruby-openssl', :platforms => :jruby
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'launchy'
|
gem 'launchy'
|
||||||
|
|
Loading…
Reference in New Issue