1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[stringio] Add test-unit in the development dependencies

https://github.com/ruby/stringio/commit/de010fc0e9
This commit is contained in:
Kenta Murata 2020-12-17 10:38:42 +09:00
parent 3d31944129
commit e1b5289a2b
No known key found for this signature in database
GPG key ID: CEFE8AFB6081B062

View file

@ -30,4 +30,5 @@ Gem::Specification.new do |s|
# s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/
s.add_development_dependency 'rake-compiler'
s.add_development_dependency 'test-unit'
end