upgrades to RDoc ~> 3.4 and removes the gem call in root Rakefile (use bundle exec if needed)

This commit is contained in:
Xavier Noria
2011-01-12 20:59:31 +01:00
parent 366e7854ac
commit 37bd45f893
2 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env rake
gem 'rdoc', '~> 3.0'
require 'rdoc'
require 'rdoc/task'
require 'net/http'