We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6182ac0 + 4312b07 commit 037c181Copy full SHA for 037c181
Gemfile
@@ -6,4 +6,6 @@ group :development do
6
gem "rake"
7
gem "rake-compiler"
8
gem "test-unit", "~> 3.0", ">= 3.4.6"
9
+ # In the case of Ruby whose rdoc is not a default gem.
10
+ gem "rdoc"
11
end
0 commit comments