You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2011/12/05 19:24:05 UTC

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

Author: boisvert
Date: Mon Dec  5 18:24:04 2011
New Revision: 1210557

URL: http://svn.apache.org/viewvc?rev=1210557&view=rev
Log:
Upgrade to RedCloth 4.2.9 due to issues on linux/x64
http://jgarber.lighthouseapp.com/projects/13054/tickets/219-427-installation-issue-on-arch-linux-x64

Modified:
    buildr/trunk/buildr.gemspec

Modified: buildr/trunk/buildr.gemspec
URL: http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=1210557&r1=1210556&r2=1210557&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Mon Dec  5 18:24:04 2011
@@ -75,7 +75,7 @@ for those one-off tasks, with a language
   # The documentation is currently not generated whe building via jruby
   unless spec.platform.to_s == 'java'
     spec.add_development_dependency 'jekyll', '0.11.0'
-    spec.add_development_dependency 'RedCloth', '4.2.7'
+    spec.add_development_dependency 'RedCloth', '4.2.9'
     spec.add_development_dependency 'jekylltask', '1.1.0'
     spec.add_development_dependency 'rdoc', '3.8'
     spec.add_development_dependency 'rcov', '0.9.9'