Skip to content

[Docs]: Jekyll on macOS - Step 2: "Install chruby and the latest Ruby with ruby-install" Fails Due to Outdated Ruby Version in Doc #9194

@masaki9

Description

@masaki9

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:

image

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.

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions