Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
try with_original_env on top of 3.12.1, not master
Browse files Browse the repository at this point in the history
  • Loading branch information
bensie authored and mcfadden committed May 26, 2020
1 parent 0a3c09a commit 2513b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puma/launcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def prune_bundler

log '* Pruning Bundler environment'
home = ENV['GEM_HOME']
Bundler.with_clean_env do
Bundler.with_original_env do
ENV['GEM_HOME'] = home
ENV['PUMA_BUNDLER_PRUNED'] = '1'
wild = File.expand_path(File.join(puma_lib_dir, "../bin/puma-wild"))
Expand Down

0 comments on commit 2513b5d

Please sign in to comment.