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

don't run thin tests on jruby

This commit is contained in:
Konstantin Haase 2012-03-10 17:34:34 +01:00
parent 0e1a97a861
commit 09d3918687

View file

@ -49,6 +49,7 @@ if RUBY_ENGINE == 'jruby'
else
gem 'yajl-ruby'
gem 'nokogiri'
gem 'thin'
end
if RUBY_ENGINE == "ruby"
@ -65,7 +66,6 @@ if RUBY_ENGINE != 'jruby' or not ENV['TRAVIS']
gem 'mongrel'
end
gem 'RedCloth' unless RUBY_ENGINE == "macruby"
gem 'thin'
## bluecloth is broken
#gem 'bluecloth'