summaryrefslogtreecommitdiff
path: root/lib/bundler/vendored_persistent.rb
blob: e29f27cdfd54d9ac8600ae3907163a36febe4231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# frozen_string_literal: true

module Bundler
  module Persistent
    module Net
      module HTTP
      end
    end
  end
end
require_relative "vendor/net-http-persistent/lib/net/http/persistent"

module Bundler
  PersistentHTTP = Persistent::Net::HTTP::Persistent
end