From 3639a272aedb15ecb017c5c1da6e634c3951e8cc Mon Sep 17 00:00:00 2001 From: Travis Briggs Date: Mon, 20 Nov 2023 11:57:11 -0800 Subject: [PATCH] Update ruby version in admin install docs --- 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 ef6fc20f..7b01a6d8 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: