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:
parent
d17d01376d
commit
f1b35074c5
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue