From eaee326bed48d6f1b0c28e887bd6630805331ba2 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sat, 4 Jun 2011 09:32:48 +0200 Subject: [PATCH] less 2.0 is not supported atm --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index aa8e2a9d..250fe060 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'haml', '>= 3.0', :group => 'haml' gem 'sass', :group => 'sass' gem 'builder', :group => 'builder' gem 'erubis', :group => 'erubis' -gem 'less', :group => 'less' +gem 'less', '~> 1.0', :group => 'less' gem 'liquid', :group => 'liquid' gem 'slim', :group => 'slim' gem 'RedCloth', :group => 'redcloth' if RUBY_VERSION < "1.9.3" and not RUBY_ENGINE.start_with? 'ma'