[前][次][番号順一覧][スレッド一覧]

ruby-changes:71235

From: Hiroshi <ko1@a...>
Date: Mon, 21 Feb 2022 18:13:05 +0900 (JST)
Subject: [ruby-changes:71235] c53bdb8ff6 (master): Removed dependency of net-protocol. There is no plan to remove from stdlib

https://git.ruby-lang.org/ruby.git/commit/?id=c53bdb8ff6

From c53bdb8ff64ad707ebbb0c05823c1cb0376433dc Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 21 Feb 2022 17:10:56 +0900
Subject: 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| https://github.com/ruby/ruby/blob/trunk/lib/net/http/net-http.gemspec#L30
   spec.bindir        = "exe"
   spec.require_paths = ["lib"]
 
-  spec.add_dependency "net-protocol"
   spec.add_dependency "uri"
 end
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]