-
Notifications
You must be signed in to change notification settings - Fork 61.2k
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
Webricks currently not included by default in homebrew's ruby, leading to issues. #20562
Comments
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
yeah good idea. |
@AlDacMac Thanks so much for opening an issue! I'll triage this for the team to take a look 👀 |
Hi @AlDacMac, thanks for opening this issue! ✨ This is clearly a problem that a lot of people have run into (e.g. github/pages-gem#752). You or anyone else is welcome to open a PR to fix this. I'll include a very simple content plan below so it's easy for someone to identify the change. Content planRunning AudiencesDevelopers testing their Pages sites locally. Documentation planIn "Testing your GitHub Pages site locally with Jekyll," under the "Building your site locally" subsection, add a note under the codeblock in step 4 (
|
Hi @cmwilson21, |
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll
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 thetroubleshooting jekyll errors
section.Additional information
No response
[maintainer edit]
Content plan here
The text was updated successfully, but these errors were encountered: