From 27b1008b269587ff039073d40d27923a21dde6ff Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Tue, 10 May 2011 16:32:52 +0200 Subject: [PATCH] make the bundle install on macruby --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 49529343..1841dad4 100644 --- a/Gemfile +++ b/Gemfile @@ -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'