mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
bf72afa766
RubyGems.org already has refused connection requests using older than TLS 1.2.
15 lines
270 B
Ruby
15 lines
270 B
Ruby
# 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
|