Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vendor net-http-persistent current master branch #5394

Merged
merged 1 commit into from Mar 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions bundler/Rakefile
Expand Up @@ -219,11 +219,10 @@ end

# We currently include the following changes over the official version:
# * Avoid requiring the optional `net-http-pipeline` dependency, so that its version can be selected by end users.
# * Workaround for incorrect `Process.getrlimit` on JRuby + Windows.
# * We also include changes to require the vendored dependencies `uri` and `connection_pool` relatively.
desc "Vendor a specific version of net-http-persistent"
Automatiek::RakeTask.new("net-http-persistent") do |lib|
lib.version = "v4.0.0"
lib.version = "master"
lib.download = { :github => "https://github.com/drbrain/net-http-persistent" }
lib.namespace = "Net::HTTP::Persistent"
lib.prefix = "Bundler::Persistent"
Expand Down
2 changes: 1 addition & 1 deletion bundler/lib/bundler/vendor/net-http-persistent/README.rdoc
@@ -1,7 +1,7 @@
= net-http-persistent

home :: https://github.com/drbrain/net-http-persistent
rdoc :: http://docs.seattlerb.org/net-http-persistent
rdoc :: https://rdoc.info/gems/net-http-persistent

== DESCRIPTION:

Expand Down
Expand Up @@ -174,7 +174,7 @@ class Bundler::Persistent::Net::HTTP::Persistent
##
# The version of Bundler::Persistent::Net::HTTP::Persistent you are using

VERSION = '4.0.0'
VERSION = '4.0.1'

##
# Error class for errors raised by Bundler::Persistent::Net::HTTP::Persistent. Various
Expand Down