Skip to content

Commit 037c181

Browse files
authored
Merge pull request #616 from junaruga/wip/rdoc-dev-dep
Add rdoc as a development dependency.
2 parents 6182ac0 + 4312b07 commit 037c181

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ group :development do
66
gem "rake"
77
gem "rake-compiler"
88
gem "test-unit", "~> 3.0", ">= 3.4.6"
9+
# In the case of Ruby whose rdoc is not a default gem.
10+
gem "rdoc"
911
end

0 commit comments

Comments
 (0)