aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-01-12 20:59:31 +0100
committerXavier Noria <fxn@hashref.com>2011-01-12 20:59:31 +0100
commit37bd45f893eda2e59fb5a71f70c568108141edb5 (patch)
treee5b466d526c10bdc4d5032204d4fe88c4290cbf4 /Rakefile
parent366e7854ac41699217e8cad1a336ab845c781359 (diff)
downloadrails-37bd45f893eda2e59fb5a71f70c568108141edb5.tar.gz
rails-37bd45f893eda2e59fb5a71f70c568108141edb5.tar.bz2
rails-37bd45f893eda2e59fb5a71f70c568108141edb5.zip
upgrades to RDoc ~> 3.4 and removes the gem call in root Rakefile (use bundle exec if needed)
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 4b94595dc1..53acd077d7 100755
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,4 @@
#!/usr/bin/env rake
-gem 'rdoc', '~> 3.0'
-require 'rdoc'
require 'rdoc/task'
require 'net/http'