Skip to content

Commit

Permalink
Remove no longer needed --keep-file-descriptors option
Browse files Browse the repository at this point in the history
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].

rubygems/rubygems@88b7a3e7e2
  • Loading branch information
javierm committed Sep 8, 2023
1 parent e19bb6e commit f832b0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/puma/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
workers 2
preload_app!

restart_command "bundle exec --keep-file-descriptors puma"
plugin :tmp_restart

on_restart do
Expand Down

0 comments on commit f832b0a

Please sign in to comment.