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

Removed dependency of net-protocol. There is no plan to remove from stdlib

This commit is contained in:
Hiroshi SHIBATA 2022-02-21 17:10:56 +09:00
parent 79b04790e8
commit c53bdb8ff6
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -30,6 +30,5 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.require_paths = ["lib"]
spec.add_dependency "net-protocol"
spec.add_dependency "uri"
end