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

Added gem webrick #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 13, 2022

  1. Added gem webrick

    Bug:
    bundle exec jekyll serve fails with the following stack trace:
    /home/argilo/.gem/ruby/3.0.0/gems/jekyll-4.2.0/lib/jekyll/commands/serve/servlet.rb:3:in `require': cannot load such file -- webrick (LoadError)
    ....
    
    Cause:
    This happens because webrick is no longer a bundled gem in Ruby 3.0. 
    
    Solution:
    Adding gem "webrick" to my Gemfile solves the problem
    
    Reference: 
    jekyll/jekyll#8523
    manigandan-dorairaj authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    a0b60f6 View commit details
    Browse the repository at this point in the history