Update Jekyll on macOS (macos.md) and current ruby version to 3.1.3 in ruby.yml#9195
Update Jekyll on macOS (macos.md) and current ruby version to 3.1.3 in ruby.yml#9195jekyllbot merged 2 commits intojekyll:masterfrom
Conversation
|
I was just about to submit my own issue or PR about this. Additionally, the documentation should not recommend |
|
@postmodern I appreciate your comment. I just updated the doc to use ruby-install {{ site.data.ruby.current_version }}. It should show ruby-install ruby 3.1.3 instead of ruby-install ruby. Ruby 3.2 was released on Dec 25, but I did not update the ruby version to 3.2 in ruby.yml as a few issues with ruby 3.2, such as #9231 and #9233 were reported for this project. |
|
@masaki9 Are you able to install gem |
|
@ashmaroli I was able to install liquid-c on ruby 3.1.3 and macOS Monterey ver. 12.6, as shown in the attached screenshot. liquid-c does not seem to cause any issues. My site is running fine with it. Is there any known issue with ruby 3.1.3 and liquid-c? |
|
|
@ashmaroli You are right. I set up a Ubuntu system and attempted to install liquid-c on Ruby 3.1.3. It fails on Ubuntu with Ruby 3.1.3, but it is OK on Ruby 3.1.2. I opened Shopify/liquid-c#185 for this issue. This PR changes the Ruby version number to 3.1.3 in ruby.yml, which is used for macOS documentation and does not affect the Jekyll installation on Linux or your CI running Ubuntu. If you follow the Jekyll on Ubuntu guide, you will run Is your plan to wait till your CI works on Ruby 3.1.3? |
|
Thank you @masaki9. @jekyllbot: merge +doc |
masaki: Update Jekyll on macOS (macos.md) and current ruby version to 3.1.3 in ruby.yml (#9195) Merge pull request 9195

This is a 🔦 documentation change.
I've updated the current ruby version to 3.1.3 in ruby.yml to update the ruby version referenced in the Jekyll on macOS guide.
Summary
Ruby version 3.1.3 was released yesterday, November 24, 2022, and step 2 in the Jekyll on macOS guide currently references ruby version 3.1.2. The pull request change updates the current ruby version in ruby.yml to 3.1.3 from 3.1.2 to update the guide.
Context
Fixes #9194