From 0592d01dc33dc78e27db0a11061c976d1d552cf7 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 9 Nov 2020 19:42:02 +0100 Subject: [PATCH] Ruby 2.4 is EOL https://www.ruby-lang.org/en/news/2020/04/05/support-of-ruby-2-4-has-ended/ --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b17367..cb4345e 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,8 @@ Only versions published by [RubyInstaller](https://rubyinstaller.org/downloads/a Due to that, Ruby 2.2 resolves to 2.2.6 on Windows and 2.2.10 on other platforms. And Ruby 2.3 on Windows only has builds for 2.3.0, 2.3.1 and 2.3.3. -Note that Ruby ≤ 2.3 and the OpenSSL version it needs (1.0.2) are both end-of-life, -which means Ruby ≤ 2.3 is unmaintained and considered insecure. -On Windows, Ruby 2.4 uses OpenSSL 1.0.2, which is no longer maintained. +Note that Ruby ≤ 2.4 and the OpenSSL version it needs (1.0.2) are both end-of-life, +which means Ruby ≤ 2.4 is unmaintained and considered insecure. ### Supported Platforms