[ruby/net-http] Bump up v0.5.0

https://github.com/ruby/net-http/commit/28a4bf9295
This commit is contained in:
Hiroshi SHIBATA 2024-11-07 11:39:13 +09:00 committed by git
parent 048bb1e176
commit 72bc698419

View File

@ -730,7 +730,7 @@ module Net #:nodoc:
class HTTP < Protocol
# :stopdoc:
VERSION = "0.4.1"
VERSION = "0.5.0"
HTTPVersion = '1.1'
begin
require 'zlib'