Merge pull request #6597 from timuralp/bundler_fix

Fix the resolution of SafeEnv.
This commit is contained in:
Seth Vargo 2015-11-24 15:25:23 -05:00
commit 4ebf0252a4
1 changed files with 1 additions and 1 deletions

View File

@ -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