Closed lorenzoantei closed 2 years ago
As of Ruby 3.0, WEBrick is no longer bundled with Ruby, so it needs to be listed as a dependency of Jekyll.
Fix it:
npm install bundle add webrick bundle install
After that, you can serve:
bundle exec jekyll serve
@lorenzoantei if we add webrick will it still work with Ruby 2? I'm not sure how many people use Ruby 3.
As of Ruby 3.0, WEBrick is no longer bundled with Ruby, so it needs to be listed as a dependency of Jekyll.
Fix it:
After that, you can serve: