aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-07-22 23:17:28 +0200
committerXavier Noria <fxn@hashref.com>2010-07-22 23:19:01 +0200
commit2944a79452c871857dd154aeadd6ef8634709ec0 (patch)
tree9e66f88b2293555b90153f4f8e65929f71e28c9d /Gemfile
parent227680f4152004b6f373192aa03bba6a89224a59 (diff)
downloadrails-2944a79452c871857dd154aeadd6ef8634709ec0.tar.gz
rails-2944a79452c871857dd154aeadd6ef8634709ec0.tar.bz2
rails-2944a79452c871857dd154aeadd6ef8634709ec0.zip
bump required RDoc to >= 2.5.9, and replace the 2.2 horo.rb with Aaron's gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e915135996..d2377c2d08 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,8 @@ gem "rails", :path => File.dirname(__FILE__)
gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"
-gem "rdoc", "2.2"
+gem "rdoc", ">= 2.5.9"
+gem "horo"
mri = !defined?(RUBY_ENGINE) || RUBY_ENGINE == "ruby"
if mri && RUBY_VERSION < '1.9'