update dependency to Ruby 2.5+
commitd71d3285ea29f0978bd0b35a366a1470ca69be18
authorEric Wong <bofh@yhbt.net>
Tue, 5 Sep 2023 09:14:11 +0000 (5 09:14 +0000)
committerEric Wong <bofh@yhbt.net>
Mon, 15 Jan 2024 01:45:50 +0000 (15 01:45 +0000)
treedf3f0cef31cc40bb5b6b8fae775ba601db092e41
parentb652fa51c1342496bdcdecca8e567f1fb46c41c9
update dependency to Ruby 2.5+

We actually need Ruby 2.3+ for `accept_nonblock(exception: false)';
and (AFAIK) we can't easily use a subclass of `Socket' while using
Socket#accept_nonblock to inject WriteSplat support for
`IO#write(*multi_args)'

So just depend on Ruby 2.5+ since all my Ruby is already on the
already-ancient Ruby 2.7+ anyways.
HACKING
README
lib/unicorn/write_splat.rb [deleted file]
t/README
unicorn.gemspec