mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
c87f088396
* Leave BUNDLE_GEMFILE unset in workers if it was unset in the master Co-Authored-By: Tim Morgan <tim@timmorgan.org> * Use Bundler.original_env instead of raw environment variables Co-authored-by: Tim Morgan <tim@timmorgan.org> Co-authored-by: Nate Berkopec <nate.berkopec@gmail.com>
1 line
92 B
Ruby
1 line
92 B
Ruby
run lambda { |env| [200, {'Content-Type'=>'text/plain'}, [ENV['BUNDLE_GEMFILE'].inspect]] }
|