From f40e43d2b09ebdfa59311a7a85e5548a5759b9f5 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Fri, 2 Sep 2011 15:10:24 -0600 Subject: [PATCH] skip temple 0.3.3 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index bbb687ea53..17cee66917 100644 --- a/Gemfile +++ b/Gemfile @@ -38,6 +38,7 @@ else end gem 'slim', '~> 1.0' +gem 'temple', '!= 0.3.3' gem 'RedCloth' if RUBY_VERSION < "1.9.3" and not RUBY_ENGINE.start_with? 'ma' gem 'coffee-script', '>= 2.0' gem 'rdoc'