Skip to content

Fix for puma issue running via `rails s`

Robert May requested to merge fix-for-puma-rails-s into master

What does this MR do?

On my machine I can no longer run Puma via bundle exec rails s. This seems to be a recent regression, as it worked before. This small patch covers the situation where Puma doesn't respond to #cli_config, which is apparently possible, but doesn't affect running elsewhere.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Robert May

Merge request reports