aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-02-15 19:48:23 +0100
committerYehuda Katz <yehudakatz@YK.local>2010-02-15 10:53:41 -0800
commit2b323b4d03b9a7347f63ba10d6a64c2ed16ab78f (patch)
treee337e04d7fb32c341e6e2a463d323cc9fdc5b3dc /Gemfile
parent3cecc44cb9898a3486e74d9f27a2462c7e3f4d2e (diff)
downloadrails-2b323b4d03b9a7347f63ba10d6a64c2ed16ab78f.tar.gz
rails-2b323b4d03b9a7347f63ba10d6a64c2ed16ab78f.tar.bz2
rails-2b323b4d03b9a7347f63ba10d6a64c2ed16ab78f.zip
adds rdoc dependency to generate the API
Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7fbf57ba0b..3756e2987e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"