diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-18 11:44:12 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-18 11:44:12 -0300 |
commit | cad8bef5ea064f30fae70a37e58dd87a07f4946d (patch) | |
tree | 01e782909f005cb23bb69c6b5ea09c4b149927ea /activeresource/Rakefile | |
parent | a197d1c87431814f23e9166bb92df3fc4783a36f (diff) | |
download | rails-cad8bef5ea064f30fae70a37e58dd87a07f4946d.tar.gz rails-cad8bef5ea064f30fae70a37e58dd87a07f4946d.tar.bz2 rails-cad8bef5ea064f30fae70a37e58dd87a07f4946d.zip |
Bump up rdoc to 2.5.10
Diffstat (limited to 'activeresource/Rakefile')
-rw-r--r-- | activeresource/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/Rakefile b/activeresource/Rakefile index 2145f1017c..6b522d817d 100644 --- a/activeresource/Rakefile +++ b/activeresource/Rakefile @@ -1,4 +1,4 @@ -gem 'rdoc', '>= 2.5.9' +gem 'rdoc', '>= 2.5.10' require 'rdoc' require 'rake' require 'rake/testtask' |