Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop Bundler from using load to launch an executable in-process in bu…
…ndle exec. See rubygems/bundler#6090. This stops SignalException from being handled by Bundler when using `bundle exec` and instead by Ruby. As of Puma 3.10.0, Puma changed the SIGTERM hanlding to be passed back to the parent process, `bundle exec` in this case.
- Loading branch information