From ea16d8797d7505b05e9d714bd57af80a6f6fec58 Mon Sep 17 00:00:00 2001 From: David Crossley Date: Sat, 30 Dec 2023 12:13:52 +1100 Subject: [PATCH] Use ruby 3.2.2 FOLIO-3924 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16443fee..7c9922ae 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The 'bundle install' step will install the relevant local For Ruby, using [rbenv](https://github.com/rbenv/rbenv) and its 'ruby-build' plugin ensures a smooth process. In this directory, set the ruby version -with: `rbenv local 2.7.8` +with: `rbenv local 3.2.2` Then do: