mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
revert previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b5cda0ffb6
commit
c93dd36e0e
3 changed files with 3 additions and 13 deletions
|
@ -66,7 +66,7 @@ module Kernel
|
|||
|
||||
begin
|
||||
RUBYGEMS_ACTIVATION_MONITOR.exit
|
||||
return gem_original_require(spec.to_fullpath(path) || path)
|
||||
return gem_original_require(path)
|
||||
end if spec
|
||||
|
||||
# Attempt to find +path+ in any unresolved gems...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue