Skip to content
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

Added max ruby version #8590

Closed
wants to merge 1 commit into from
Closed

Added max ruby version #8590

wants to merge 1 commit into from

Conversation

jp26jp
Copy link
Contributor

@jp26jp jp26jp commented Feb 26, 2021

Jekyll doesn't work with ruby 3.0.0

This is a 🔦 documentation change.

Summary

Added max version of Ruby.

Context

[Jekyll doesn't work with ruby 3.0.0](github/pages-gem#752 (comment))
@ashmaroli
Copy link
Member

You can use Jekyll with Ruby 3.0 if you want. Just ensure that the webrick gem is included in your Gemfile (or global environment if there's no Gemfile). Try running the following:

bundle add webrick

Refer #8523 for additional discussion if the above isn't sufficient.

@jp26jp
Copy link
Contributor Author

jp26jp commented Feb 26, 2021 via email

@bamaswade
Copy link

lib/jekyll/tags/include.rb

@DirtyF DirtyF closed this Mar 26, 2021
@jekyll jekyll locked and limited conversation to collaborators Oct 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants