From 933f49684485836830e31e48a48835cba066dc55 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 11 Jan 2020 00:03:25 +0100 Subject: [PATCH] Add a note about Ruby 2.4 on Windows * See https://github.com/eregon/ruby-build/pull/1#issuecomment-573237440 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd0c140..383604d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ for the always up-to-date list of available Ruby versions. 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. ### Supported Platforms