From c549ff298f9517690c1ac0b69cbcc2aae984f603 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 7 Jan 2021 20:19:53 +0100 Subject: [PATCH] Revert "Revert "Update, we need to install Ruby 2.7.2 (#829)" (#830)" (#844) This reverts commit 84ac3d711c07b1898192c50f5c369aad7940e1c0. --- 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 874e54f2..76a374c3 100644 --- a/content/en/admin/install.md +++ b/content/en/admin/install.md @@ -73,8 +73,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 2.6.6 -rbenv global 2.6.6 +RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.7.2 +rbenv global 2.7.2 ``` We’ll also need to install bundler: