Closed xorguy closed 8 months ago
Thanks for the report.... no - it is not a problem on your end. The Rack gem team has made quite a mess with this separation and the rack 3 update.
I will release a fix immediately.
It is weird that all tests pass...
I cannot reproduce the problem btw - when installing madness with gem install madness
in a clean (docker) environment, it is working as expected.
I will nonetheless add rackup as a dependency.
What command are you running exactly?
I am running this, and it is working (on amd64 architecture):
$ docker run --rm -it dannyben/madness --version
1.1.3
Found the problem...
$ docker run --rm -it dannyben/madness serve
fails
Version 1.1.4 coming up - I will yank 1.1.3
Try version 1.1.4
$ docker pull dannyben/madness:1.1.4
$ docker run --rm -it dannyben/madness:1.1.4 serve
works for me
Working here too.
Thank you!
Thanks for reporting - this particular bug is hard to test automatically...
Hi.
Updated to latest 1.1.3 docker version and it fails to start: `Sinatra could not start, the "rackup" gem was not found!
Add it to your bundle with:
or install it with:
Is anything missing on my end?