aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
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 /Rakefile
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 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c49942c0bb..835a2dec50 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,6 @@
-gem 'rdoc', '= 2.2'
+gem 'rdoc', '>= 2.5.9'
require 'rdoc'
+require 'horo'
require 'rake'
require 'rake/rdoctask'