diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-05-01 01:50:50 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-05-01 01:50:50 -0600 |
| commit | 043811e8112a2e652ac332a0948704cc0fc0734a (patch) | |
| tree | 8630be09087bdd03c9037408974d862d19f881e8 /docs/modules | |
| parent | eb20fe97a7a794ff02375f32acaa728ed43875c2 (diff) | |
make it clear on install page that 2.7 is the minimum Ruby version required
Diffstat (limited to 'docs/modules')
| -rw-r--r-- | docs/modules/ROOT/pages/install.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/install.adoc b/docs/modules/ROOT/pages/install.adoc index 05c9f703..5182f4ed 100644 --- a/docs/modules/ROOT/pages/install.adoc +++ b/docs/modules/ROOT/pages/install.adoc @@ -22,7 +22,7 @@ To check if you have Ruby available, run the `ruby` command to print the install $ ruby -v -Make sure this command reports a Ruby version that starts with 2.7 (or a JRuby version that starts with 9.2). +Make sure this command reports a Ruby version that starts with at least 2.7 (or a JRuby version that starts with at least 9.2). If so, you're ready to proceed. If not, head over to {url-rvm}[rvm.io^] to get RVM and use it to install Ruby. |
