Closed cllns closed 2 years ago
WEBrick was removed from Ruby in 3.0, so we need to specify a server.
Happy to add a high-level integration test for this (either for puma or all of them)
puma
Without this, users get the following error when running bundle exec rackup:
bundle exec rackup
/Users/sean/.gem/ruby/3.0.3/gems/rack-2.2.3/lib/rack/handler.rb:45:in `pick': Couldn't find handler for: puma, thin, falcon, webrick. (LoadError)
WEBrick was removed from Ruby in 3.0, so we need to specify a server.
Happy to add a high-level integration test for this (either for
puma
or all of them)Without this, users get the following error when running
bundle exec rackup
: