From 8a6a0f899d6d22b5164735e2b5523e0fdabd3e39 Mon Sep 17 00:00:00 2001 From: Thomas Leister Date: Fri, 2 Feb 2018 11:10:23 +0100 Subject: [PATCH] Update ruby version from 2.4.2 to 2.5.0 (#528) --- Running-Mastodon/Production-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index cfea6d48..8b1ddbdf 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -129,8 +129,8 @@ Now that [`rbenv`](https://github.com/rbenv/rbenv) and [`ruby-build`](https://gi To enable [Ruby](https://www.ruby-lang.org/en/), run: ```sh -rbenv install 2.4.2 -rbenv global 2.4.2 +rbenv install 2.5.0 +rbenv global 2.5.0 ``` **This will take some time. Go stretch for a bit and drink some water while the commands run.**