Browse code

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

Frederic Hemberger authored on 24/10/2011 at 06:05:03
Showing 2 changed files
... ...
@@ -12,6 +12,7 @@ group :development do
12 12
   gem 'rubypants'
13 13
   gem 'rb-fsevent'
14 14
   gem 'stringex'
15
+  gem 'liquid', '2.2.2'
15 16
 end
16 17
 
17 18
 gem 'sinatra', '1.2.6'
... ...
@@ -55,6 +55,7 @@ DEPENDENCIES
55 55
   compass (>= 0.11)
56 56
   haml (>= 3.1)
57 57
   jekyll
58
+  liquid (= 2.2.2)
58 59
   pygments.rb
59 60
   rack
60 61
   rake