From e1b2a6b150911e99d36c56db75f7f575c27a6e8d Mon Sep 17 00:00:00 2001 From: Travis Briggs Date: Thu, 23 Nov 2023 08:25:29 -0800 Subject: [PATCH] Update ruby version in admin install docs (#1341) --- content/en/admin/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/admin/install.md b/content/en/admin/install.md index bffc3227..db9ca626 100644 --- a/content/en/admin/install.md +++ b/content/en/admin/install.md @@ -84,8 +84,8 @@ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build Once this is done, we can install the correct Ruby version: ```bash -RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.0.6 -rbenv global 3.0.6 +RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.2 +rbenv global 3.2.2 ``` We’ll also need to install bundler: