zerostaticthemes / jekyll-atlantic-theme

Jekyll + Tailwind Starter Theme. Jekyll Atlantic is a beautiful blog theme for Jekyll
https://jekyll-atlantic.netlify.app/
MIT License
86 stars 64 forks source link

webrick is no longer bundled with Ruby #2

Closed lorenzoantei closed 2 years ago

lorenzoantei commented 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

JugglerX commented 2 years ago

@lorenzoantei if we add webrick will it still work with Ruby 2? I'm not sure how many people use Ruby 3.