summaryrefslogtreecommitdiff
path: root/lib/bundler/vendored_persistent.rb
blob: ab985c267f252c0a4221190fe8c760a4710d5a89 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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"