From a643595a9512d40b04ea131d354cd1bead4ce5b8 Mon Sep 17 00:00:00 2001 From: c v t Date: Fri, 6 Sep 2019 14:33:38 +0200 Subject: [PATCH] Update docs for new Ruby version --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 610c025..6e8a845 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,13 +21,13 @@ advised that you use [RVM](https://rvm.io/rvm/install). Once you've got that installed and configured, get the latest version of Ruby with: ```bash -$ rvm install 2.4.2 +$ rvm install 2.4.7 ``` Select that version and then create an isolated [gemset](https://rvm.io/gemsets/basics) with: ```bash -$ rvm use 2.4.2 +$ rvm use 2.4.7 $ rvm gemset create autonomic $ rvm gemset use autonomic ``` @@ -58,7 +58,7 @@ You can edit content in the `.md` files under `src` and `src/_posts`. When you're hacking later on (or in a new shell), you'll need to run: ``` bash -$ rvm use 2.4.2 +$ rvm use 2.4.8 $ rvm gemset use autonomic ```