Skip to content

Add 'webrick' warning note to "Quickstart" Docs#8727

Merged
jekyllbot merged 1 commit intojekyll:masterfrom
miguelbrandao:improve-docs-quickstart
Jul 22, 2021
Merged

Add 'webrick' warning note to "Quickstart" Docs#8727
jekyllbot merged 1 commit intojekyll:masterfrom
miguelbrandao:improve-docs-quickstart

Conversation

@miguelbrandao
Copy link
Copy Markdown
Contributor

This is a 🔦 documentation change.

Summary

For Ruby 3.0.0 and higher, bundle exec jekyll serve will fail because of a missing dependency: webrick.

The documentation doesn't mention this problem, while it states that all Ruby versions above 2.4.0 are supported. This is confusing to new users who will probably install the latest Ruby version and thus will be unable to move past step 5 of the Quickstart.

This PR aims to put a band-aid in this situation by adding a warning at the end of the instructions, allowing affected users to quickly identify and solve the problem.

image

Context

I came across this problem when starting a new site and getting a bunch of errors on step 5 of the Quickstart.
A quick search lead me to this discussion which explained what was happening and provided a working solution.

@hendramanu
Copy link
Copy Markdown

hendramanu commented Jul 6, 2021

Agree. It should included in docs. Almost all Jekyll template I found were getting webrick error.

@DirtyF
Copy link
Copy Markdown
Member

DirtyF commented Jul 22, 2021

@jekyll: merge +docs

@jekyllbot jekyllbot merged commit bcaf878 into jekyll:master Jul 22, 2021
jekyllbot added a commit that referenced this pull request Jul 22, 2021
github-actions bot pushed a commit that referenced this pull request Jul 22, 2021
Miguel Brandão: Add 'webrick' warning note to "Quickstart" Docs (#8727)

Merge pull request 8727
@jekyll jekyll locked and limited conversation to collaborators Jul 22, 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.

4 participants