seuros / capistrano-puma

Puma integration for Capistrano
https://github.com/seuros/capistrano-puma
MIT License
615 stars 299 forks source link

Support for Puma 5.0 #297

Closed lizdeika closed 3 years ago

lizdeika commented 4 years ago

Hi,

Would be nice to have puma 5.0 support :)

At least one breaking change is due:

seuros commented 4 years ago

Time to bump version .

krim commented 4 years ago

PR: https://github.com/seuros/capistrano-puma/pull/298

dorianmariecom commented 3 years ago

for you information, i am getting capistrano3-puma version 1.2.1 when using puma 5, had to force using 4.0.0 and downgrade puma

i documented it here: https://stackoverflow.com/questions/64760160/nameerror-uninitialized-constant-capistranopuma/64760161#64760161

seuros commented 3 years ago

@dorianmariefr for puma 5, you need to install version 5.0.0.beta1 and add the SystemD module.