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

Added dependencies for net-smtp

This commit is contained in:
Hiroshi SHIBATA 2020-12-01 21:39:59 +09:00
parent b0f4cccfae
commit 48149d8fe7
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -30,4 +30,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_dependency "net-protocol"
# spec.add_dependency "digest"
spec.add_dependency "timeout"
end