From fcb58f65b1ff6204845b47ac810c32ee7a1aafe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 26 Jun 2019 10:42:44 +0200 Subject: [bundler/bundler] Adapt to the way my automatiek patch works https://github.com/bundler/bundler/commit/b8ee4aec0b --- lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3