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
1 changed files with 1 additions and 1 deletions

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'