summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-06-26 10:42:44 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-24 21:43:19 +0200
commitb8ee4aec0b635013cf1f354da38460ed3c439d5d (patch)
tree8551e8305d7f20c052a497315b631ec2d31126ac /lib
parentcd1abf8b3f9e6a6b9f935d76049c8db549ad3eed (diff)
downloadbundler-b8ee4aec0b635013cf1f354da38460ed3c439d5d.tar.gz
Adapt to the way my automatiek patch works
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb2
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'