From bfa7c948994b9fd040f9a3edea090069f766594a Mon Sep 17 00:00:00 2001 From: masaki <40445257+masaki9@users.noreply.github.com> Date: Wed, 4 Jan 2023 03:09:05 -0800 Subject: [PATCH] Update Jekyll on macOS (macos.md) and current ruby version to 3.1.3 in ruby.yml (#9195) Merge pull request 9195 --- docs/_data/ruby.yml | 4 ++-- docs/_docs/installation/macos.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_data/ruby.yml b/docs/_data/ruby.yml index 3655def7..a2171fe4 100644 --- a/docs/_data/ruby.yml +++ b/docs/_data/ruby.yml @@ -1,3 +1,3 @@ min_version: 2.5.0 -current_version: 3.1.2 -current_version_output: ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) +current_version: 3.1.3 +current_version_output: ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) diff --git a/docs/_docs/installation/macos.md b/docs/_docs/installation/macos.md index d4452772..6bec19d4 100644 --- a/docs/_docs/installation/macos.md +++ b/docs/_docs/installation/macos.md @@ -51,10 +51,10 @@ Install `chruby` and `ruby-install` with Homebrew: brew install chruby ruby-install xz ``` -Install the latest stable version of Ruby: +Install the latest stable version of Ruby (supported by Jekyll): ```sh -ruby-install ruby +ruby-install ruby {{ site.data.ruby.current_version }} ``` This will take a few minutes, and once it's done, configure your shell to