Skip to content

Commit bfa7c94

Browse files
authored
Update Jekyll on macOS (macos.md) and current ruby version to 3.1.3 in ruby.yml (#9195)
Merge pull request 9195
1 parent 39ee331 commit bfa7c94

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/_data/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
min_version: 2.5.0
2-
current_version: 3.1.2
3-
current_version_output: ruby 3.1.2p20 (2022-04-12 revision 4491bb740a)
2+
current_version: 3.1.3
3+
current_version_output: ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e)

docs/_docs/installation/macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ Install `chruby` and `ruby-install` with Homebrew:
5151
brew install chruby ruby-install xz
5252
```
5353

54-
Install the latest stable version of Ruby:
54+
Install the latest stable version of Ruby (supported by Jekyll):
5555

5656
```sh
57-
ruby-install ruby
57+
ruby-install ruby {{ site.data.ruby.current_version }}
5858
```
5959

6060
This will take a few minutes, and once it's done, configure your shell to

0 commit comments

Comments
 (0)