piharpi / jekyll-klise

:beach_umbrella: Klisé is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support. (https://klise.vercel.app)
https://klise.vercel.app
MIT License
939 stars 377 forks source link

Missing webrick gem in Ruby 3.2.0? #69

Open pizzapim opened 1 year ago

pizzapim commented 1 year ago

Describe the bug After installing Ruby 3.2.0, cloning this directory and executing budle install, I am unable to the start the server giving me webrick errors. I get the following error: require': cannot load such file -- webrick (LoadError). If I do bundle add webrick it works.