From 634d4e29ef43e2fd113b361c069ffa8984e82362 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 5 Jan 2024 22:54:57 +0900 Subject: Update net-* gems for Ruby 3.3 (#9418) * Bump up net-ftp to 0.3.4 * Bump up net-smtp to 0.4.0.1 * Bump up net-imap to 0.4.9.1 * [ruby/net-http] Renew test certificates The private key is replaced with a public known test key published at [RFC 9500]. Also lifetime has been extended to 10 years from 4 years. [RFC 9500]: https://www.rfc-editor.org/rfc/rfc9500.html https://github.com/ruby/net-http/commit/4ab6c4a500 * Bump up net-http to 0.4.1 --------- Co-authored-by: Sorah Fukumori --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/net/http.rb b/lib/net/http.rb index 34ca0669eb..387df4b8f4 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -722,7 +722,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.4.0" + VERSION = "0.4.1" HTTPVersion = '1.1' begin require 'zlib' -- cgit v1.2.3