s2i-ruby-container icon indicating copy to clipboard operation
s2i-ruby-container copied to clipboard

Rackup has moved to it's own gem

Open stbenjam opened this issue 3 years ago • 2 comments

In https://github.com/rack/rack/pull/1937, rackup was moved to a different gem, so the message from the assemble script is incorrect.

The error says:

https://github.com/sclorg/s2i-ruby-container/blob/ab1ca4b5fcff5a6d65ebc32ba2dfef4c23b621e0/2.2/s2i/bin/assemble#L52-L55

This should say rackup if rack is >= 3.x

stbenjam avatar Sep 13 '22 15:09 stbenjam

@stbenjam Can you please provide pull request that fixes this issue, as you are expert?

phracek avatar Aug 23 '23 12:08 phracek

I'm not an s2i expert so I don't even know how I'd begin to test my change.

stbenjam avatar Aug 23 '23 16:08 stbenjam