diff options
-rw-r--r-- | lib/rubygems/commands/exec_command.rb | 2 |
1 files changed, 1 insertions, 1 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") ENV["GEM_PATH"] = ([home] + Gem.path).join(File::PATH_SEPARATOR) ENV["GEM_HOME"] = home |