-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Update current Ruby version renders and macOS docs #9614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update current Ruby version renders and macOS docs #9614
Conversation
4e79d06
to
9237426
Compare
Hello @monfresh, it would be better if you were to bump the JRuby version in a separate pull request. |
I have since extracted the JRuby version patch version bump in the CI matrix to its own, smaller PR. |
1b432ce
to
7b5425e
Compare
@ashmaroli I just rebased and updated my PR. Please take a look. Also, since we are updating the minimum Ruby version to 3.1, should we also update the CI workflows matrix to remove Ruby 2.7, and add 3.1 instead? What about 3.2, do we want to include that as well? |
@monfresh Minimum version will remain Ruby 2.5.0 for v4.x. We'll bump the requirement when we bump the requirement in the gemspec for Jekyll 5. |
This is a documentation change to update the current version of Ruby to the latest as of today: 3.3.5 As for the macOS docs, I updated the supported macOS versions to be in line with what Homebrew supports. I also removed `xz` from the prerequisites that need to be installed with Homebrew since it gets installed automatically when you install ruby-install.
Thanks @monfresh |
@jekyllbot: merge +doc |
ae79823
to
f4dfe8b
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Moncef Belyamani: Update current Ruby version to 3.3.5 (#9614) This is a documentation change to update the current version of Ruby to the latest as of today: 3.3.5 As for the macOS docs, I updated the supported macOS versions to be in line with what Homebrew supports. I also removed `xz` from the prerequisites that need to be installed with Homebrew since it gets installed automatically when you install ruby-install. Co-authored-by: Moncef Belyamani <git@rubyonmac.dev>
Moncef Belyamani: Update current Ruby version to 3.3.5 (jekyll#9614) This is a documentation change to update the current version of Ruby to the latest as of today: 3.3.5 As for the macOS docs, I updated the supported macOS versions to be in line with what Homebrew supports. I also removed `xz` from the prerequisites that need to be installed with Homebrew since it gets installed automatically when you install ruby-install. Co-authored-by: Moncef Belyamani <git@rubyonmac.dev>
This is a 🔦 documentation change.
Summary
This is a documentation change to update the current version of Ruby to the
latest as of today: 3.3.5
As for the macOS docs, I updated the supported macOS versions to be in line with what Homebrew supports. I also removed
xz
from the prerequisites that need to be installed with Homebrew since it gets installed automatically when you install ruby-install.