1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Now let's see the ENV!

This commit is contained in:
Tim Morgan 2020-02-13 16:40:00 -06:00
parent 10d4183d44
commit d84e0ae15b

View file

@ -301,6 +301,9 @@ module Puma
log "* Pruning Bundler environment"
home = ENV['GEM_HOME']
Bundler.with_original_env do
require 'pp'
puts 'ENV after Bundler.with_original_env:'
pp ENV
ENV['GEM_HOME'] = home
ENV['PUMA_BUNDLER_PRUNED'] = '1'
args = [Gem.ruby, puma_wild_location, '-I', dirs.join(':'), deps.join(',')] + @original_argv