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
As of Ruby 3.0, WEBrick is no longer bundled with Ruby, so it needs to be explicitly added to generate the server. The page can be rendered fine with Ruby 2, but with current (higher) versions of Ruby, an error is reported and the server is not launched.
It is recommended to add gem 'webrick' to the gemfile.
The text was updated successfully, but these errors were encountered:
Describe the bug
As of Ruby 3.0, WEBrick is no longer bundled with Ruby, so it needs to be explicitly added to generate the server. The page can be rendered fine with Ruby 2, but with current (higher) versions of Ruby, an error is reported and the server is not launched.
It is recommended to add
gem 'webrick'
to the gemfile.The text was updated successfully, but these errors were encountered: