From d71d3285ea29f0978bd0b35a366a1470ca69be18 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 5 Sep 2023 09:14:11 +0000 Subject: 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. --- t/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/README b/t/README index d09c715..7bd093d 100644 --- a/t/README +++ b/t/README @@ -14,7 +14,7 @@ Old tests are in Bourne shell and slowly being ported to Perl 5. == Requirements -* {Ruby 2.0.0+}[https://www.ruby-lang.org/en/] +* {Ruby 2.5.0+}[https://www.ruby-lang.org/en/] * {Perl 5.14+}[https://www.perl.org/] # your distro should have it * {GNU make}[https://www.gnu.org/software/make/] * {curl}[https://curl.haxx.se/] -- cgit v1.2.3-24-ge0c7