Motivation
I followed the Jekyll on macOS guide to install and run Jekyll for the first time earlier today. I restarted Terminal per the guide at the end of step 2 in the guide and got an error message saying "chruby: unknown Ruby: ruby-3.1.2" as shown below:

Suggestion
To fix it, "echo "chruby ruby-3.1.2" >> ~/.zshrc" should be "echo "chruby ruby-3.1.3" >> ~/.zshrc" in step 2 in the Jekyll on macOS guide.
When I updated the line in .zshrc, I was able to proceed and install Jekyll successfully.

Motivation
I followed the Jekyll on macOS guide to install and run Jekyll for the first time earlier today. I restarted Terminal per the guide at the end of step 2 in the guide and got an error message saying "chruby: unknown Ruby: ruby-3.1.2" as shown below:
Suggestion
To fix it, "echo "chruby ruby-3.1.2" >> ~/.zshrc" should be "echo "chruby ruby-3.1.3" >> ~/.zshrc" in step 2 in the Jekyll on macOS guide.
When I updated the line in .zshrc, I was able to proceed and install Jekyll successfully.