From 06e8c51a1a6256f4c627ba45b31623f7748366c6 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Mon, 24 Oct 2011 08:05:03 +0200 Subject: [PATCH] Set Liquid version explicitly to 2.2.2, fixes #243 Obviously Liquid 2.3.0 seems to cause problems, see: http://www.yodi.me/blog/2011/10/24/github-custom-domain-with-octopress-in-ubuntu-oneiric-11-dot-10/ http://stackoverflow.com/questions/7801197/syntax-highlighting-with-pygments-is-failing-via-liquid-templates-string-error --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 6838011..6160f94 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,7 @@ group :development do gem 'rubypants' gem 'rb-fsevent' gem 'stringex' + gem 'liquid', '2.2.2' end gem 'sinatra', '1.2.6' diff --git a/Gemfile.lock b/Gemfile.lock index 0ae80bc..6350698 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,6 +55,7 @@ DEPENDENCIES compass (>= 0.11) haml (>= 3.1) jekyll + liquid (= 2.2.2) pygments.rb rack rake