Closed ianks closed 4 years ago
Good catch, thanks for opening the PR! Can you address the test failures as well, then I'll merge and release.
done!
The problem I'm seeing now is that the specs fail under Puma 4 but pass under Puma 5. I'm not ready to drop support for Puma 4; can you modify this PR so that it works under both?
In Puma 5.0.0,
--control
is now an ambiguous argument, deprecated in favor of--control-url
. This PR makes it so guard-puma will use--control-url
on Puma 5.0.0.see https://github.com/puma/puma/blob/master/History.md#500--2020-09-17