From 55fb3f029818b97ed736d4ff9dacaf9dd255a4b8 Mon Sep 17 00:00:00 2001 From: Jan Lelis Date: Sun, 1 Oct 2023 17:31:49 +0200 Subject: [PATCH] README: Update supported Rubies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0801b8e..6e5a523 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Determines the monospace display width of a string in Ruby. Useful for all kinds Unicode version: **15.0.0** (September 2022) -Supported Rubies: **3.1**, **3.0**, **2.7** +Supported Rubies: **3.2**, **3.1**, **3.0**, **2.7** Old Rubies which might still work: **2.6**, **2.5**, **2.4**