Merge pull request #1957 from vijaydev/add-validator-gem

Add w3c_validators gem to the doc group to fix failing validation of guides
This commit is contained in:
Xavier Noria 2011-07-04 04:44:54 -07:00
commit 8c1bd05662
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ group :doc do
gem "rdoc", "~> 3.4" gem "rdoc", "~> 3.4"
gem "horo", "= 1.0.3" gem "horo", "= 1.0.3"
gem "RedCloth", "~> 4.2" if RUBY_VERSION < "1.9.3" gem "RedCloth", "~> 4.2" if RUBY_VERSION < "1.9.3"
gem "w3c_validators"
end end
# AS # AS