aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-08-27 03:55:01 -0700
committerXavier Noria <fxn@hashref.com>2011-08-27 03:55:01 -0700
commit827a0fee07eff7ca35ecdf5ca650f2094ad4825a (patch)
treebd0699ade202642cf244c496a78bce4b8d3b45b6 /Gemfile
parente8b525f16906458001fb1d10ed84d787760f19f3 (diff)
downloadrails-827a0fee07eff7ca35ecdf5ca650f2094ad4825a.tar.gz
rails-827a0fee07eff7ca35ecdf5ca650f2094ad4825a.tar.bz2
rails-827a0fee07eff7ca35ecdf5ca650f2094ad4825a.zip
use sdoc to generate the API
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e11514d5e6..f0880926a3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -21,7 +21,7 @@ gem "mocha", ">= 0.9.8"
group :doc do
gem "rdoc", "~> 3.4"
- gem "horo", "= 1.0.3"
+ gem "sdoc", "~> 0.3"
gem "RedCloth", "~> 4.2" if RUBY_VERSION < "1.9.3"
gem "w3c_validators"
end