[rubygems/rubygems] Bundle path is already expanded
https://github.com/rubygems/rubygems/commit/a296052670
This commit is contained in:
parent
71b937d3d7
commit
8c79486e7e
Notes:
git
2021-08-31 19:07:01 +09:00
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user