From fb22130906136ee88b8e1bad06350d001b68f3a1 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Sun, 3 Feb 2019 00:10:00 +0100 Subject: [PATCH] docs: lastest Ruby is 2.6.1 --- docs/_docs/installation/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation/macos.md b/docs/_docs/installation/macos.md index cf6ac100..658b4b61 100644 --- a/docs/_docs/installation/macos.md +++ b/docs/_docs/installation/macos.md @@ -69,7 +69,7 @@ which ruby /usr/local/opt/ruby/bin/ruby ruby -v -ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-darwin18] +ruby 2.6.1p33 (2019-01-30 revision 66950) [x86_64-darwin18] ``` Yay, we are now running current stable Ruby!