-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gempsec to require nio4r 2.5.5
This will address the rare edge case of an application using Puma 6 but a pre-2.5.5 version of nio4r, which will manifest inconsistent ::NIO::Selector.new behavior. As cited in puma#3542 (comment), 2.5.5 is 4 years old now, but this bump of the minimum requirement on the puma side technically shouldn't hurt.
- Loading branch information
1 parent
9cc3888
commit dff1f4a
Showing
3 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters