aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-07-04 17:12:25 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-07-04 17:12:25 +0530
commit8b25b5575562bf9625018d16f6fb3b623bd42d14 (patch)
tree641a74f6e0b0a4ff7c3ce30ab2d31dd25c593900
parent9f7442a3abf1242a2348bfdd0c700f707ee04c52 (diff)
downloadrails-8b25b5575562bf9625018d16f6fb3b623bd42d14.tar.gz
rails-8b25b5575562bf9625018d16f6fb3b623bd42d14.tar.bz2
rails-8b25b5575562bf9625018d16f6fb3b623bd42d14.zip
add w3c_validators gem to the doc group to fix failing validation of guides
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 73585543b0..4b53aeb42f 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