aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-07-04 04:44:54 -0700
committerXavier Noria <fxn@hashref.com>2011-07-04 04:44:54 -0700
commit8c1bd056625e78b8ef517aba0a0dec293589ab56 (patch)
tree641a74f6e0b0a4ff7c3ce30ab2d31dd25c593900
parent9f7442a3abf1242a2348bfdd0c700f707ee04c52 (diff)
parent8b25b5575562bf9625018d16f6fb3b623bd42d14 (diff)
downloadrails-8c1bd056625e78b8ef517aba0a0dec293589ab56.tar.gz
rails-8c1bd056625e78b8ef517aba0a0dec293589ab56.tar.bz2
rails-8c1bd056625e78b8ef517aba0a0dec293589ab56.zip
Merge pull request #1957 from vijaydev/add-validator-gem
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