Merge pull request #6597 from timuralp/bundler_fix
Fix the resolution of SafeEnv.
This commit is contained in:
commit
4ebf0252a4
|
@ -72,7 +72,7 @@ module Vagrant
|
|||
# we add all our plugin dependencies.
|
||||
@gemfile = build_gemfile(plugins)
|
||||
|
||||
SafeEnv.change_env do |env|
|
||||
Util::SafeEnv.change_env do |env|
|
||||
# Set the environmental variables for Bundler
|
||||
env["BUNDLE_APP_CONFIG"] = @appconfigpath
|
||||
env["BUNDLE_CONFIG"] = @configfile.path
|
||||
|
|
Loading…
Reference in New Issue