diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-06-26 10:42:44 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-07-24 21:43:19 +0200 |
commit | b8ee4aec0b635013cf1f354da38460ed3c439d5d (patch) | |
tree | 8551e8305d7f20c052a497315b631ec2d31126ac | |
parent | cd1abf8b3f9e6a6b9f935d76049c8db549ad3eed (diff) | |
download | bundler-b8ee4aec0b635013cf1f354da38460ed3c439d5d.tar.gz |
Adapt to the way my automatiek patch works
-rw-r--r-- | lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb b/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb index 0d4bb350dd..188a493003 100644 --- a/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb +++ b/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb @@ -1,7 +1,7 @@ require 'net/http' require 'uri' require 'cgi' # for escaping -require_relative '../../../../connection_pool/lib/connection_pool' +require 'bundler/vendor/connection_pool/lib/connection_pool' begin require 'net/http/pipeline' |