From 5284f235ef279a383367f9d5ca37c52fbf206693 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Fri, 22 Mar 2019 15:00:04 +1100 Subject: [PATCH] DEV: update version of ruby in docs Honestly I am not sure we should be carrying this document in the repo, just a link to meta. --- docs/DEVELOPER-ADVANCED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index af04d7cfd99..b8ebb77be11 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -21,8 +21,8 @@ To get your Ubuntu 16.04 or 18.04 LTS install up and running to develop Discours # exit the terminal and open it again to activate RVM - rvm install 2.6.1 - rvm --default use 2.6.1 # If this error out check https://rvm.io/integration/gnome-terminal + rvm install 2.6.2 + rvm --default use 2.6.2 # If this error out check https://rvm.io/integration/gnome-terminal gem install bundler mailcatcher rake # Download and install postgresql-10 from https://wiki.postgresql.org/wiki/Apt