aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-06-16 03:45:18 +0200
committerXavier Noria <fxn@hashref.com>2010-06-16 04:06:20 +0200
commit07c6b7a6ad70fd021516d413caa5c3ac914933ac (patch)
treec82a99e949d35b51a4b4fb6533d90a4cd5785fc4 /Gemfile
parent5cd3c2a8556c8b1391508508c0f2ddfe89214028 (diff)
downloadrails-07c6b7a6ad70fd021516d413caa5c3ac914933ac.tar.gz
rails-07c6b7a6ad70fd021516d413caa5c3ac914933ac.tar.bz2
rails-07c6b7a6ad70fd021516d413caa5c3ac914933ac.zip
migrates the Jamis template to RDoc 2.x, the root Rakefile requires RDoc 2.2
To understand the changes in horo.rb check rdoc/template.rb in a RDoc 2.x
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 19e532bc0b..7a8c5604b0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,7 +45,7 @@ elsif RUBY_ENGINE == "jruby"
end
group :documentation do
- gem 'rdoc', '2.1'
+ gem 'rdoc', '2.2'
end
if ENV['CI']