kigster / puma-daemon

Puma (starting version 5) removed automatic demonization from the gem itself. This functionality was extracted to this gem, which supports Puma v5 and v6.
MIT License
37 stars 6 forks source link

pumad doesn't work with puma v6 #10

Closed szechyjs closed 1 year ago

szechyjs commented 1 year ago

fails with the following error.

puma-daemon-0.1.2/lib/puma/daemon/cli.rb:8:in `initialize': undefined method `stdio' for Puma::Events:Class (NoMethodError)
kigster commented 1 year ago

I'll take a look when I have a chance

kigster commented 1 year ago

Hopefully fixed with #11