summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-05-01 01:05:16 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-05-01 01:05:16 -0600
commit34882c37277536d9cc8c0124266d528155c9ed4e (patch)
treece7957ff4604056900ae6966e8feb88cbcaed098
parent4e3bb72f8319f021d22441de8b563beebd4b6e90 (diff)
update list of supported Ruby versions in README
-rw-r--r--README.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index d8bbd5a8..3d90f72e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -130,8 +130,8 @@ If you're using AsciiDoc.py, see {url-docs}/asciidoctor/latest/migrate/asciidoc-
Asciidoctor works on Linux, macOS and Windows and requires one of the following implementations of {url-ruby}[Ruby]:
-* CRuby (aka MRI) 2.3 - 3.0
-* JRuby 9.1 - 9.2
+* CRuby (aka MRI) 2.3 - 3.2
+* JRuby 9.1 - 9.4
* TruffleRuby (GraalVM)
[CAUTION]