Skip to content

Rackup has moved to it's own gem #419

Open
@stbenjam

Description

@stbenjam

In rack/rack#1937, rackup was moved to a different gem, so the message from the assemble script is incorrect.

The error says:

if ! bundle exec rackup -h &>/dev/null; then
echo "WARNING: Rubygem Rack is not installed in the present image."
echo " Add rack to your Gemfile in order to start the web server."
fi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions