From 18e5e5223bdfb0f22d2e45180a50b6352c9162ea Mon Sep 17 00:00:00 2001 From: Andrii Abramov Date: Thu, 14 Jul 2022 02:45:36 +0300 Subject: [PATCH] Update ruby version for macos guide (#9086) Merge pull request 9086 --- docs/_data/ruby.yml | 4 ++-- docs/_docs/installation/macos.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_data/ruby.yml b/docs/_data/ruby.yml index 527b7b14..3655def7 100644 --- a/docs/_data/ruby.yml +++ b/docs/_data/ruby.yml @@ -1,3 +1,3 @@ min_version: 2.5.0 -current_version: 3.1.1 -current_version_output: ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) +current_version: 3.1.2 +current_version_output: ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) diff --git a/docs/_docs/installation/macos.md b/docs/_docs/installation/macos.md index 819ed8fb..259c7dcd 100644 --- a/docs/_docs/installation/macos.md +++ b/docs/_docs/installation/macos.md @@ -63,7 +63,7 @@ automatically use `chruby`: ```sh echo "source $(brew --prefix)/opt/chruby/share/chruby/chruby.sh" >> ~/.zshrc echo "source $(brew --prefix)/opt/chruby/share/chruby/auto.sh" >> ~/.zshrc -echo "chruby ruby-{{ site.data.ruby.current_version }}" >> ~/.zshrc +echo "chruby ruby-{{ site.data.ruby.current_version }}" >> ~/.zshrc # run 'chruby' to see actual version ``` If you're using Bash, replace `.zshrc` with `.bash_profile`. If you're not sure,