Skip to content

Commit

Permalink
Fixes deprecated require 'rake/rdoctask' => 'rdoc/task'.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Aug 10, 2012
1 parent f7ed5dc commit ce74c67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,6 +2,7 @@ source :rubygems
source "http://gems.github.com"

gem "rake", "~> 0.9.2.2"
gem "rdoc", "~> 3.12"
gem "bundler", "~> 1.1.5"
gem "rails", "2.3.14"
gem "hoptoad_notifier", "2.4.9"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -55,6 +55,8 @@ GEM
activesupport (= 2.3.14)
rake (>= 0.8.3)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
redis (3.0.1)
responders (0.4.8)
rspec (1.3.2)
Expand Down Expand Up @@ -100,6 +102,7 @@ DEPENDENCIES
paperclip (= 2.3.1)
rails (= 2.3.14)
rake (~> 0.9.2.2)
rdoc (~> 3.12)
redis (~> 3.0.1)
responders (= 0.4.8)
rspec (~> 1.3.1)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require(File.join(File.dirname(__FILE__), 'config', 'boot'))

require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'rdoc/task'

require 'tasks/rails'

Expand Down
Binary file added vendor/cache/rdoc-3.12.gem
Binary file not shown.

0 comments on commit ce74c67

Please sign in to comment.