Skip to content

Commit befdfb0

Browse files
committed
Cleanup Gemfile
The :development group is pointless because Gemfile is relevant for those who run ruby/openssl tests in this repository only, and not included in the gem package. Let's list the test dependency in the top level. The rdoc library is now a bundled gem in Ruby master, not just in Fedora's Ruby distributions.
1 parent 9a746ed commit befdfb0

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Gemfile

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
source "https://rubygems.org"
22

3-
group :development do
4-
gem "rake"
5-
gem "rake-compiler"
6-
gem "test-unit", "~> 3.0", ">= 3.4.6"
7-
gem "test-unit-ruby-core"
8-
gem "prime"
9-
# In the case of Ruby whose rdoc is not a default gem.
10-
gem "rdoc"
11-
end
3+
gem "rake"
4+
gem "rake-compiler"
5+
gem "test-unit", "~> 3.0", ">= 3.4.6"
6+
gem "test-unit-ruby-core"
7+
gem "prime"
8+
gem "rdoc"

0 commit comments

Comments
 (0)