-
Notifications
You must be signed in to change notification settings - Fork 63.6k
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
When following this article with ruby installed via homebrew, I I encountered the following error when trying to locally test my site: /Users/<user>/.gem/ruby/3.1.2/gems/jekyll-3.9.2/lib/jekyll/commands/serve/servlet.rb:3:in
require': cannot load such file -- webrick (LoadError)`.
As discussed on this stackoverflow article, the issue is that webrick is not being included when homebrew is used to install Ruby 3.1.2: https://stackoverflow.com/questions/69890412/bundler-failed-to-load-command-jekyll.
I would suggest adding a line mentioning this, and telling the user to run bundle add webrick
if they have used homebrew to install an affected version of ruby. Alternately, this specific error could be added to the troubleshooting jekyll errors
section.
Additional information
No response
[maintainer edit]