From 90e09141e73459c6a7b1ffb9c1ddf8c6ef73ebdc Mon Sep 17 00:00:00 2001 From: tom-lord Date: Tue, 23 Mar 2021 11:22:43 +0000 Subject: [PATCH] Mention ruby v3 is supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e578f1a..c26457e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Obviously, you will get different (random) results if you try these yourself! ``` ## Supported ruby versions -MRI 2.4.0 (oldest non-[EOL](https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/) version) --> 2.6.3 (latest stable version) +MRI 2.4.0 (oldest non-[EOL](https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/) version) --> 3.0.0 (latest stable version) MRI 2.0.0 --> 2.3.x were supported until version `1.5.0` of this library. Support was dropped primarily because of the need to use `RbConfig::CONFIG['UNICODE_VERSION']`, which was added to ruby version `2.4.0`.