mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert a commit miss in "Fixed potential memory leak"
This reverts an unintentional change in commit
79d9528ddc
.
This commit is contained in:
parent
df5fd1d09c
commit
ef13558fcd
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ class Gem::Installer
|
|||
if options[:user_install]
|
||||
@gem_home = Gem.user_dir
|
||||
@bin_dir = Gem.bindir gem_home unless options[:bin_dir]
|
||||
@plugins_dir = Gem.plugindir(gem_home)
|
||||
check_that_user_bin_dir_is_in_path
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue