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

Update Gemfile with missing webrick requirement #142

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

hugovergnes
Copy link
Contributor

Starting with Ruby 3.0, the webrick library, which Jekyll uses to serve websites locally, is no longer included in the standard library. You’ll need to manually add it to your project’s dependencies if it's not there by default.

Starting with Ruby 3.0, the webrick library, which Jekyll uses to serve websites locally, is no longer included in the standard library. You’ll need to manually add it to your project’s dependencies if it's not there by default.
@niklasbuschmann niklasbuschmann merged commit c0dd881 into niklasbuschmann:master Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants