From 7184404c74546c7133207f69f7586b004c407c96 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 16 Nov 2018 09:39:33 +0100 Subject: [PATCH] docs: use current macOS Ruby versions --- docs/_docs/installation/macos.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_docs/installation/macos.md b/docs/_docs/installation/macos.md index 0f21b5d6..a995cb90 100644 --- a/docs/_docs/installation/macos.md +++ b/docs/_docs/installation/macos.md @@ -15,7 +15,7 @@ Check your Ruby version meets our requirements. Jekyll requires Ruby 2.2.5 or ab ```sh ruby -v -2.3.3 +ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin18] ``` Now install Jekyll and [Bundler](/docs/ruby-101/#bundler). @@ -48,10 +48,10 @@ Restart your terminal for changes to take effect. Now we can install the Ruby version of our choice, let's go with Ruby 2.5.1 here: ```sh -rbenv install 2.5.1 -rbenv global 2.5.1 +rbenv install 2.5.3 +rbenv global 2.5.3 ruby -v -ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin17] +ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-darwin18] ``` That's it! Head over [rbenv command references](https://github.com/rbenv/rbenv#command-reference) to learn how to use different versions of Ruby in your projects.