Ruby 3系 で Sinatra を使う時は WEBrick が標準ライブラリから削除されたので、別でアプリケーションサーバーを入れる必要がある | 高木のブログ

タイトル通り 問題 SinatraアプリのRubyバージョンを2.7系から3.1系に上げようとしたら起動しなくなった $ bundle exec ruby app.rb /usr/local/bundle/gems/rack-2.2.3/lib/rack/handler.rb:45:in `pick': Couldn't find handler for: thin, puma, reel, HTTP, webrick. (LoadError) from /usr/local/bundle/gems/…