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