From dcb6450b2390d2beb3d5c47655a2a6fd7e5154a3 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 We added this option in commit d17b2523c, but 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]. [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 4f2ad945e55..5c1d52ea8af 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