From 9542b5a69281248d4bb9400bf4a6d3b644be2d57 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Thu, 15 Mar 2012 09:27:10 +0100 Subject: [PATCH] skip liquid on rbx in 1.9 mode for now --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 74ab490d..71637d5c 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'haml', '>= 3.0' gem 'sass' if RUBY_VERSION < "2.0" gem 'builder' gem 'erubis' -gem 'liquid' +gem 'liquid' if RUBY_ENGINE == 'rbx' and RUBY_VERSION > '1.9' gem 'slim', '~> 1.0' gem 'temple', '!= 0.3.3' gem 'coffee-script', '>= 2.0'