adds rdoc dependency to generate the API

Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
This commit is contained in:
Xavier Noria 2010-02-15 19:48:23 +01:00 committed by Yehuda Katz
parent 3cecc44cb9
commit 2b323b4d03
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ end
gem "rack-test", "0.5.3", :require => 'rack/test'
gem "RedCloth", ">= 4.2.2"
group :documentation do
gem 'rdoc', '2.1'
end
if ENV['CI']
gem "nokogiri", ">= 1.4.0"