Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop Bundler from using load to launch an executable in-process in bundle exec #650

Closed
wants to merge 2 commits into from

Conversation

hone
Copy link
Member

@hone hone commented Jan 15, 2018

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.

hone added 2 commits January 15, 2018 17:39
…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.
@schneems
Copy link
Contributor

Fixed in bundler 2.0.2 ? Either way i've not seen any reports about this in a long time and this PR is really old. Going to close, let me know if you disagree.

@schneems schneems closed this Sep 12, 2019
@edmorley edmorley deleted the bundle_disable_exec_load branch April 14, 2021 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants