Skip to content

Commit 4312b07

Browse files
committed
Add rdoc as a development dependency.
There is a case of the Ruby where the rdoc is not a default gem. That is Ruby RPM packages on Fedora Linux and the downstream Linux. The intention is to reduce the size of the package.
1 parent 6182ac0 commit 4312b07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
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)