1
0
Fork 0
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:
Nobuyoshi Nakada 2020-05-22 21:21:50 +09:00
parent df5fd1d09c
commit ef13558fcd
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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