[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:
parent
f0f138aa5d
commit
b9d431a7b1
Notes:
git
2020-06-05 07:33:41 +09:00
@ -41,7 +41,6 @@ module Kernel
|
|||||||
|
|
||||||
if spec = Gem.find_unresolved_default_spec(path)
|
if spec = Gem.find_unresolved_default_spec(path)
|
||||||
# Ensure -I beats a default gem
|
# Ensure -I beats a default gem
|
||||||
# https://github.com/rubygems/rubygems/pull/1868
|
|
||||||
resolved_path = begin
|
resolved_path = begin
|
||||||
rp = nil
|
rp = nil
|
||||||
load_path_check_index = Gem.load_path_insert_index - Gem.activated_gem_paths
|
load_path_check_index = Gem.load_path_insert_index - Gem.activated_gem_paths
|
||||||
|
Loading…
x
Reference in New Issue
Block a user