aboutsummaryrefslogtreecommitdiffstats
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
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)
-rw-r--r--Gemfile2
-rwxr-xr-xRakefile2
2 files changed, 1 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index ada8bc2c52..91e675c398 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ gem "rack", :git => "git://github.com/rack/rack.git"
gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"
-gem "rdoc", "~> 3.0"
+gem "rdoc", "~> 3.4"
gem "horo", "= 1.0.3"
# for perf tests
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'