You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2013/10/26 09:50:26 UTC

svn commit: r1535943 - /buildr/trunk/buildr.gemspec

Author: donaldp
Date: Sat Oct 26 07:50:25 2013
New Revision: 1535943

URL: http://svn.apache.org/r1535943
Log:
Rollback jekyll upgrade as it is incompatible with the version of liquid in use

Modified:
    buildr/trunk/buildr.gemspec

Modified: buildr/trunk/buildr.gemspec
URL: http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=1535943&r1=1535942&r2=1535943&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Sat Oct 26 07:50:25 2013
@@ -78,7 +78,7 @@ for those one-off tasks, with a language
 
   # 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'