make the bundle install on macruby

This commit is contained in:
Konstantin Haase 2011-05-10 16:32:52 +02:00
parent e9a8163ed2
commit 27b1008b26
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' if RUBY_VERSION < "1.9.3"
gem 'RedCloth', :group => 'redcloth' if RUBY_VERSION < "1.9.3" and RUBY_ENGINE != 'macruby'
gem 'coffee-script', '>= 2.0', :group => 'coffee-script'
gem 'rdoc', :group => 'rdoc'
gem 'kramdown', :group => 'kramdown'