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.
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 dobundle add webrick
it works.