From fa5f9a4983297331168889354e1fc6371a46288c Mon Sep 17 00:00:00 2001 From: Tim Felgentreff Date: Wed, 15 Jun 2011 02:48:06 -0700 Subject: [PATCH] Exclude liquid for Maglev for now, it doesn't load. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index aa8e2a9d..6bd9d345 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'sass', :group => 'sass' gem 'builder', :group => 'builder' gem 'erubis', :group => 'erubis' gem 'less', :group => 'less' -gem 'liquid', :group => 'liquid' +gem 'liquid', :group => 'liquid' unless RUBY_ENGINE == 'maglev' gem 'slim', :group => 'slim' gem 'RedCloth', :group => 'redcloth' if RUBY_VERSION < "1.9.3" and not RUBY_ENGINE.start_with? 'ma' gem 'coffee-script', '>= 2.0', :group => 'coffee-script'