From 074a9be6a90aac17e3895ffbab243ed746dafaa1 Mon Sep 17 00:00:00 2001 From: sau226 <32805612+sau226@users.noreply.github.com> Date: Thu, 28 Mar 2019 04:33:38 +0800 Subject: [PATCH] DEV: update version of ruby in docs (#7253) --- docs/DEVELOPMENT-OSX-NATIVE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/DEVELOPMENT-OSX-NATIVE.md b/docs/DEVELOPMENT-OSX-NATIVE.md index 0abb858b1b9..1924c093083 100644 --- a/docs/DEVELOPMENT-OSX-NATIVE.md +++ b/docs/DEVELOPMENT-OSX-NATIVE.md @@ -76,11 +76,11 @@ If you do already have RVM installed, this should make sure everything is up to # If autolibs is set to 0-2, it will give an error for things that are missing, instead. rvm requirements -Either way, you'll now want to install Ruby 2.6+ (we recommend 2.6.1 or higher). +Either way, you'll now want to install Ruby 2.6+ (we recommend 2.6.2 or higher). # Now, install Ruby - rvm install 2.6.1 - rvm use 2.6.1 --default # Careful with this if you're already developing Ruby + rvm install 2.6.2 + rvm use 2.6.2 --default # Careful with this if you're already developing Ruby ## Git