about summary refs log tree commit homepage
path: root/README
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 /README
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 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index ff14c03..84c0fdf 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ and slow clients.
   cut out everything that is better supported by the operating system,
   {nginx}[https://nginx.org/] or {Rack}[https://rack.github.io/].
 
-* Compatible with Ruby 2.0.0 and later.
+* Compatible with Ruby 2.5 and later.
 
 * Process management: unicorn reaps and restarts workers that die
   from broken code.  There is no need to manage multiple processes