[rubygems/rubygems] Remove direct reference to PR

The code is quite different now, so I think the link might be even
confusing. If you want to know more, use git history.

https://github.com/rubygems/rubygems/commit/db872c7a18
This commit is contained in:
David Rodríguez 2020-05-23 20:18:41 +02:00 committed by Hiroshi SHIBATA
parent f0f138aa5d
commit b9d431a7b1
Notes: git 2020-06-05 07:33:41 +09:00

View File

@ -41,7 +41,6 @@ module Kernel
if spec = Gem.find_unresolved_default_spec(path)
# Ensure -I beats a default gem
# https://github.com/rubygems/rubygems/pull/1868
resolved_path = begin
rp = nil
load_path_check_index = Gem.load_path_insert_index - Gem.activated_gem_paths