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:
parent
10d4183d44
commit
d84e0ae15b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue