mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
parent
a304fe00f3
commit
72e80c8f29
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ to the same gem path as user-installed gems.
|
|||
end
|
||||
|
||||
def set_gem_exec_install_paths
|
||||
home = File.join(Gem.dir, "gem_exec")
|
||||
home = Gem.dir
|
||||
|
||||
ENV["GEM_PATH"] = ([home] + Gem.path).join(File::PATH_SEPARATOR)
|
||||
ENV["GEM_HOME"] = home
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue