Trying to run resque-web in a standalone mode. Documentation seems to indicate I can simply run resque-web but I've been getting this error:
$ resque-web -L -F
/usr/local/share/ruby3.2-gems/gems/resque-2.7.0/lib/resque/web_runner.rb:293:in `setup_rack_handler': No available Rack handler (e.g. WEBrick, Thin, Puma, etc.) was found. (RuntimeError)
from /usr/local/share/ruby3.2-gems/gems/resque-2.7.0/lib/resque/web_runner.rb:33:in `initialize'
from /usr/local/share/ruby3.2-gems/gems/resque-2.7.0/bin/resque-web:15:in `new'
from /usr/local/share/ruby3.2-gems/gems/resque-2.7.0/bin/resque-web:15:in `<top (required)>'
from /usr/local/bin/resque-web:25:in `load'
from /usr/local/bin/resque-web:25:in `<main>'
I've tried manually installing sinatra, thin, webrick, and puma to no effect
*** LOCAL GEMS ***
resque (2.7.0)
sinatra (4.1.1)
thin (2.0.1)
webrick (1.9.1)
puma (7.0.4)
Trying to run
resque-webin a standalone mode. Documentation seems to indicate I can simply runresque-webbut I've been getting this error:I've tried manually installing
sinatra,thin,webrick, andpumato no effect