aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-07-22 18:56:00 -0300
committerXavier Noria <fxn@hashref.com>2010-07-23 00:04:06 +0200
commitb378b19430a4d2ee54cbe7f1935fbd4f8b3b331b (patch)
treeef7e19e7a701e193accfa64bacc0389de3c5dd88 /activesupport/Rakefile
parent2944a79452c871857dd154aeadd6ef8634709ec0 (diff)
downloadrails-b378b19430a4d2ee54cbe7f1935fbd4f8b3b331b.tar.gz
rails-b378b19430a4d2ee54cbe7f1935fbd4f8b3b331b.tar.bz2
rails-b378b19430a4d2ee54cbe7f1935fbd4f8b3b331b.zip
Makes Rakefile activate rdoc >= 2.5.9
Signed-off-by: Xavier Noria <fxn@hashref.com>
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 77b1a8431d..922e0da236 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -1,4 +1,4 @@
-gem 'rdoc', '= 2.2'
+gem 'rdoc', '>= 2.5.9'
require 'rdoc'
require 'rake/testtask'
require 'rake/rdoctask'