diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-03-08 01:08:51 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-03-08 01:08:51 -0700 |
| commit | 2983738317abf6bc125c75eede7890c36a10b86c (patch) | |
| tree | e0f95b87db4ee00a22ede5e652907f2b56459631 | |
| parent | 7eff11f4166a05782c57cf7cb9bfda5fde3758e7 (diff) | |
add Ruby 3.3 as highest supported Ruby version
| -rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index e1d2cdbc..7a4246a0 100644 --- a/README.adoc +++ b/README.adoc @@ -128,7 +128,7 @@ 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.7 - 3.2 +* CRuby (aka MRI) 2.7 - 3.3 * JRuby 9.2 - 9.4 * TruffleRuby (GraalVM) |
