From 9e7c440258f35ce16c90ce7f6b5d83e74e6c25b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 8 Sep 2023 22:36:30 +0200 Subject: [PATCH] Remove no longer needed --keep-file-descriptors option Bundler now keeps descriptors by default. While this behavior was backported to Ruby 3.0.x, we're changing it now because, we've only noticed it now that we're upgrading to Ruby 3.1.x, since it was first developed for that version [1]. https://github.com/rubygems/rubygems/pull/4812/commits/88b7a3e7e2 --- config/puma/defaults.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/puma/defaults.rb b/config/puma/defaults.rb index 4f2ad945e554..5c1d52ea8af3 100644 --- a/config/puma/defaults.rb +++ b/config/puma/defaults.rb @@ -18,7 +18,6 @@ workers 2 preload_app! -restart_command "bundle exec --keep-file-descriptors puma" plugin :tmp_restart on_restart do