redcloth now works on maglev

This commit is contained in:
Tim Felgentreff 2011-10-06 22:11:45 -07:00
parent 33c64d0d01
commit 8ce0d35d8b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ 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.start_with? 'ma'
gem 'RedCloth' if RUBY_VERSION < "1.9.3" and not RUBY_ENGINE == "macruby"
gem 'coffee-script', '>= 2.0'
gem 'rdoc'
gem 'kramdown'