aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 89c37972..d3c15638 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,4 +6,6 @@ group :development do
gem "rake"
gem "rake-compiler"
gem "test-unit", "~> 3.0", ">= 3.4.6"
+ # In the case of Ruby whose rdoc is not a default gem.
+ gem "rdoc"
end