[bundler/bundler] Adapt to the way my automatiek patch works

https://github.com/bundler/bundler/commit/b8ee4aec0b
This commit is contained in:
David Rodríguez 2019-06-26 10:42:44 +02:00 коммит произвёл Hiroshi SHIBATA
Родитель 1e63683795
Коммит fcb58f65b1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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'