From af062048c9dd741ae8d19affad4107833d353750 Mon Sep 17 00:00:00 2001 From: ikuradon Date: Sat, 5 Jan 2019 10:01:39 +0100 Subject: [PATCH] Update installation.md --- content/en/administration/installation.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/en/administration/installation.md b/content/en/administration/installation.md index 3118b582..61e7f1f5 100644 --- a/content/en/administration/installation.md +++ b/content/en/administration/installation.md @@ -185,10 +185,16 @@ RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.5.3 rbenv global 2.5.3 ``` +Default gem version shipped with ruby_2.5.3 is incompatible with latest bundler, so we need to update gem: + +``` +gem update --system +``` + We'll also need to install bundler: ```sh -gem install bundler --no-ri --no-rdoc +gem install bundler --no-document ``` Return to the root user: