You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: