From 53903f4265c97badec4e94580fef356111c36750 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Mon, 4 Jul 2011 17:12:25 +0530 Subject: [PATCH] add w3c_validators gem to the doc group to fix failing validation of guides --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 7b9a6e695c..08ee68c356 100644 --- a/Gemfile +++ b/Gemfile @@ -19,6 +19,7 @@ group :doc do gem "rdoc", "~> 3.4" gem "horo", "= 1.0.3" gem "RedCloth", "~> 4.2" if RUBY_VERSION < "1.9.3" + gem "w3c_validators" end # AS