RedCloth has issues on 1.9.3

This commit is contained in:
Konstantin Haase 2011-05-03 12:30:49 +02:00
parent 3909b5e53f
commit cf0ed2b0ec
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ gem 'less', :group => 'less'
gem 'liquid', :group => 'liquid'
gem 'nokogiri', :group => 'nokogiri'
gem 'slim', :group => 'slim'
gem 'RedCloth', :group => 'redcloth'
gem 'RedCloth', :group => 'redcloth' if RUBY_VERSION < "1.9.3"
gem 'coffee-script', '>= 2.0', :group => 'coffee-script'
gem 'rdoc', :group => 'rdoc'
gem 'kramdown', :group => 'kramdown'