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

markaby, radius and redcloth now run on 1.9.3

This commit is contained in:
Konstantin Haase 2011-10-30 09:42:17 -07:00
parent f668684993
commit 6ccd89f7c2

View file

@ -35,12 +35,14 @@ gem 'erubis'
gem 'liquid'
gem 'slim', '~> 1.0'
gem 'temple', '!= 0.3.3'
gem 'RedCloth' if RUBY_VERSION < "1.9.3" and not RUBY_ENGINE == "macruby"
gem 'RedCloth' unless RUBY_ENGINE == "macruby"
gem 'coffee-script', '>= 2.0'
gem 'rdoc'
gem 'kramdown'
gem 'maruku'
gem 'creole'
gem 'markaby'
gem 'radius'
if RUBY_ENGINE == 'jruby'
gem 'nokogiri', '!= 1.5.0'
@ -66,8 +68,6 @@ end
platforms :ruby_18, :jruby do
gem 'json'
gem 'markaby'
gem 'radius'
end
platforms :mri_18 do