1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

load jruby-openssl when testing on jruby

This commit is contained in:
Konstantin Haase 2011-08-18 09:38:38 +02:00
parent d17d01376d
commit f1b35074c5

View file

@ -44,6 +44,7 @@ gem 'creole'
if RUBY_ENGINE == 'jruby'
gem 'nokogiri', '!= 1.5.0'
gem 'jruby-openssl'
elsif RUBY_ENGINE != 'maglev'
gem 'nokogiri'
end