Update Jekyll on macOS (macos.md) and current ruby version to 3.1.3 in ruby.yml (#9195)

Merge pull request 9195
This commit is contained in:
masaki 2023-01-04 03:09:05 -08:00 committed by GitHub
parent 39ee3317f4
commit bfa7c94899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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