From 089950a30885ac259676d5733ff25e01f4121fd7 Mon Sep 17 00:00:00 2001 From: nattro Date: Tue, 11 Apr 2023 04:51:05 -0400 Subject: [PATCH] Update install.md (#1197) The current rbenv is 3.0.6 - I received an error when following these steps which said the expected version is 3.0.6. After updating to 3.0.6, the installation was successful. --- 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 2105f536..ef6fc20f 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.4 -rbenv global 3.0.4 +RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.0.6 +rbenv global 3.0.6 ``` We’ll also need to install bundler: