Fix for puma issue running via `rails s`
A recent update seems to have broken running the server locally via `bundle exec rails s`. Puma no longer seems to respond to `#cli_config` in that scenario, so this patch fixes that situation.
Showing
Please register or sign in to comment