Skip to content

Commit

Permalink
Bundle path is already expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Aug 21, 2021
1 parent 4188ebd commit a296052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/lib/bundler.rb
Expand Up @@ -669,7 +669,7 @@ def configure_gem_path
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

Expand Down

0 comments on commit a296052

Please sign in to comment.