diff options
author | Xavier Noria <fxn@hashref.com> | 2011-01-12 20:59:31 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-01-12 20:59:31 +0100 |
commit | 37bd45f893eda2e59fb5a71f70c568108141edb5 (patch) | |
tree | e5b466d526c10bdc4d5032204d4fe88c4290cbf4 /Gemfile | |
parent | 366e7854ac41699217e8cad1a336ab845c781359 (diff) | |
download | rails-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 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |