about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2023-09-05 09:14:11 +0000
committerEric Wong <bofh@yhbt.net>2024-01-15 01:45:50 +0000
commitd71d3285ea29f0978bd0b35a366a1470ca69be18 (patch)
treedf3f0cef31cc40bb5b6b8fae775ba601db092e41 /t
parentb652fa51c1342496bdcdecca8e567f1fb46c41c9 (diff)
downloadunicorn-d71d3285ea29f0978bd0b35a366a1470ca69be18.tar.gz
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.
Diffstat (limited to 't')
-rw-r--r--t/README2
1 files changed, 1 insertions, 1 deletions
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/]