We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ee331 commit bfa7c94Copy full SHA for bfa7c94
2 files changed
docs/_data/ruby.yml
@@ -1,3 +1,3 @@
1
min_version: 2.5.0
2
-current_version: 3.1.2
3
-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)
docs/_docs/installation/macos.md
@@ -51,10 +51,10 @@ Install `chruby` and `ruby-install` with Homebrew:
51
brew install chruby ruby-install xz
52
```
53
54
-Install the latest stable version of Ruby:
+Install the latest stable version of Ruby (supported by Jekyll):
55
56
```sh
57
-ruby-install ruby
+ruby-install ruby {{ site.data.ruby.current_version }}
58
59
60
This will take a few minutes, and once it's done, configure your shell to
0 commit comments