Rollback jekyll upgrade as it is incompatible with the version of liquid in use
git-svn-id: https://svn.apache.org/repos/asf/buildr/trunk@1535943 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/34255218 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/34255218 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/34255218 Branch: refs/heads/master Commit: 3425521873f558aed8eeff7c00d72d86d484fb63 Parents: e1eca5d Author: Peter Donald <[email protected]> Authored: Sat Oct 26 07:50:25 2013 +0000 Committer: Peter Donald <[email protected]> Committed: Sat Oct 26 07:50:25 2013 +0000 ---------------------------------------------------------------------- buildr.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/34255218/buildr.gemspec ---------------------------------------------------------------------- diff --git a/buildr.gemspec b/buildr.gemspec index f34d26b..4ee41a6 100644 --- a/buildr.gemspec +++ b/buildr.gemspec @@ -78,7 +78,7 @@ for those one-off tasks, with a language that's a joy to use. # Unable to get this consistently working under jruby on windows unless $platform.to_s == 'java' - spec.add_development_dependency 'jekyll', '1.2.1' + spec.add_development_dependency 'jekyll', '0.11.2' spec.add_development_dependency 'RedCloth', '4.2.9' spec.add_development_dependency 'jekylltask', '1.1.0' spec.add_development_dependency 'rdoc', '4.0.1'
