-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Adds webrick to Gemfile for Ruby 3.0 #247
Conversation
Up to you if you want to accept it as it changes a few dependencies in Gemfile.lock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR template typo fixing and the regular dependencies version upgrade is OK. But we should leave webrick
to Jekyll
|
||
gem "webrick", "~> 1.7" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jekyll:master
has fixed webrick
dependency on Ruby 3.0, so we don't need to add any more
@@ -92,6 +92,7 @@ GEM | |||
tzinfo (>= 1.0.0) | |||
unicode-display_width (1.7.0) | |||
wdm (0.1.1) | |||
webrick (1.7.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert the webrick
statement
…#344) Since version 3.0, Ruby has no `webrick` that Jekyll (<= 4.2) needs
…#344) Since version 3.0, Ruby has no `webrick` that Jekyll (<= 4.2) needs
Description
Adds webrick to Gemfile for compatibility with Ruby 3.0 as mentioned in #245.
Also fixes small typo in PR template.
e.g. Fixes #(issue)
Type of change
How has this been tested
bash ./tools/test.sh --build
(at the root of the project) locally and passedTest Configuration
Checklist