From 587b7ac23a829af44cbd658e1aa8e1b778e59c11 Mon Sep 17 00:00:00 2001 From: Pablo Brasero <36066+pablobm@users.noreply.github.com> Date: Mon, 12 Jan 2026 12:39:50 +0000 Subject: [PATCH] Show how to see what versions are available While setting up an environment in the development server, I realised I didn't know which Ruby versions were available. I had to run `rbenv versions`, which answered my question, but might not be obvious to others. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 7bf580b1e..669ac8841 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -273,7 +273,7 @@ After installing a version of Ruby with `rbenv` (the latest stable version is a rbenv local $VERSION ``` -Where `$VERSION` is the version you installed. Then install bundler: +Where `$VERSION` is the version you installed. You can see a list of available versions by running `rbenv versions`. Then install bundler: ```bash gem install bundler -- 2.39.5