summaryrefslogtreecommitdiff
path: root/lib/rubygems/vendored_net_http.rb
blob: a84c52a9470675cd054378e5187146955d047782 (plain)
1
2
3
4
5
# frozen_string_literal: true

# Ruby 3.3 and RubyGems 3.5 is already load Gem::Timeout from lib/rubygems/net/http.rb
# We should avoid to load it again
require_relative "vendor/net-http/lib/net/http" unless defined?(Gem::Net::HTTP)