Merge pull request #15101 from Homebrew/dependabot/bundler/Library/Homebrew/net-http-persistent-4.0.2
build(deps): bump net-http-persistent from 4.0.1 to 4.0.2 in /Library/Homebrew
This commit is contained in:
commit
4c4fb3b9a0
@ -61,7 +61,7 @@ GEM
|
||||
msgpack (1.7.0)
|
||||
mustache (1.1.1)
|
||||
net-http-digest_auth (1.4.1)
|
||||
net-http-persistent (4.0.1)
|
||||
net-http-persistent (4.0.2)
|
||||
connection_pool (~> 2.2)
|
||||
nokogiri (1.13.10)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
|
||||
@ -94,6 +94,7 @@ end
|
||||
class Net::HTTP::Persistent::Connection
|
||||
def initialize(http_class, http_args, ssl_generation); end
|
||||
|
||||
def close; end
|
||||
def finish; end
|
||||
def http; end
|
||||
def http=(_arg0); end
|
||||
@ -110,6 +111,7 @@ end
|
||||
Net::HTTP::Persistent::DEFAULT_POOL_SIZE = T.let(T.unsafe(nil), Integer)
|
||||
Net::HTTP::Persistent::EPOCH = T.let(T.unsafe(nil), Time)
|
||||
class Net::HTTP::Persistent::Error < ::StandardError; end
|
||||
Net::HTTP::Persistent::HAVE_OPENSSL = T.let(T.unsafe(nil), String)
|
||||
|
||||
class Net::HTTP::Persistent::Pool < ::ConnectionPool
|
||||
def initialize(options = T.unsafe(nil), &block); end
|
||||
@ -5011,10 +5011,6 @@ class Net::HTTP
|
||||
ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFE = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
class Net::HTTP::Persistent
|
||||
HAVE_OPENSSL = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
class Net::HTTPAlreadyReported
|
||||
HAS_BODY = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
@ -64,7 +64,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/mime-types-data-3.2023.0218.1/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/mime-types-3.4.1/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/net-http-digest_auth-1.4.1/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/net-http-persistent-4.0.1/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/net-http-persistent-4.0.2/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/racc-1.6.2")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/racc-1.6.2/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/nokogiri-1.13.10-x86_64-darwin/lib")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user