From c53bdb8ff64ad707ebbb0c05823c1cb0376433dc Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 21 Feb 2022 17:10:56 +0900 Subject: [PATCH] Removed dependency of net-protocol. There is no plan to remove from stdlib --- lib/net/http/net-http.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/net/http/net-http.gemspec b/lib/net/http/net-http.gemspec index dd4fc2b17e..a7f122fc0e 100644 --- a/lib/net/http/net-http.gemspec +++ b/lib/net/http/net-http.gemspec @@ -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