aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/Rakefile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-08-18 11:44:12 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-18 11:44:12 -0300
commitcad8bef5ea064f30fae70a37e58dd87a07f4946d (patch)
tree01e782909f005cb23bb69c6b5ea09c4b149927ea /activemodel/Rakefile
parenta197d1c87431814f23e9166bb92df3fc4783a36f (diff)
downloadrails-cad8bef5ea064f30fae70a37e58dd87a07f4946d.tar.gz
rails-cad8bef5ea064f30fae70a37e58dd87a07f4946d.tar.bz2
rails-cad8bef5ea064f30fae70a37e58dd87a07f4946d.zip
Bump up rdoc to 2.5.10
Diffstat (limited to 'activemodel/Rakefile')
-rw-r--r--activemodel/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/Rakefile b/activemodel/Rakefile
index 3fffc0d021..5142ee6715 100644
--- a/activemodel/Rakefile
+++ b/activemodel/Rakefile
@@ -1,6 +1,6 @@
dir = File.dirname(__FILE__)
-gem 'rdoc', '>= 2.5.9'
+gem 'rdoc', '>= 2.5.10'
require 'rdoc'
require 'rake/testtask'