aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3b017f3ecc..177765f348 100644
--- a/Rakefile
+++ b/Rakefile
@@ -47,7 +47,7 @@ task :install => :gem do
end
desc "Generate documentation for the Rails framework"
-Rails::API::Task.new('rdoc')
+Rails::API::RepoTask.new('rdoc')
desc 'Bump all versions to match version.rb'
task :update_versions do