diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2022-12-04 19:59:33 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-04 19:59:33 +0300 |
| commit | b5d6f2785356f2874e9f8f05c44bc8c6576e309b (patch) | |
| tree | 16eafdfa9830280419aa74f6040e356a7dacfa3f /docs/modules | |
| parent | 7536e03eab9113ef9d13c9daaeb7d921a9e6f544 (diff) | |
Drop support for Ruby < 2.5 (#428)
Those ancient things are several years EOL
Diffstat (limited to 'docs/modules')
| -rw-r--r-- | docs/modules/ROOT/pages/index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index dbbef9a..cc4e0c2 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -137,7 +137,7 @@ This is no longer the case. If you followed the old rules, chances are your docu == Prerequisites -All that's needed to use {project-name} is Ruby 2.3 or newer and a few Ruby gems (including at least Asciidoctor 1.5.6), which we'll explain how to install in the next section. +All that's needed to use {project-name} is Ruby 2.5 or newer and a few Ruby gems (including at least Asciidoctor 1.5.6), which we'll explain how to install in the next section. To check if you have Ruby available, use the `ruby` command to query the installed version: |
