Jekyll and Ruby: fix webrick LoadError Jun 7, 2022 If you observe the following error while running Jekyll 4.0+ and Ruby 3.0+, just run ‘bundle add webrick’ to fix it: cannot load such file -- webrick (LoadError) Solution: bundle add webrick