[rubygems/rubygems] Bundle path is already expanded

https://github.com/rubygems/rubygems/commit/a296052670
This commit is contained in:
David Rodríguez 2021-08-21 17:15:23 +02:00 committed by Hiroshi SHIBATA
parent 71b937d3d7
commit 8c79486e7e
Notes: git 2021-08-31 19:07:01 +09:00

View File

@ -671,7 +671,7 @@ EOF
end
def configure_gem_home
Bundler::SharedHelpers.set_env "GEM_HOME", File.expand_path(bundle_path, root)
Bundler::SharedHelpers.set_env "GEM_HOME", bundle_path.to_s
Bundler.rubygems.clear_paths
end