We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today I upgraded to Puma5. When I entered mina puma:start, it appeared:
mina puma:start
-----> Starting Puma... bundler: failed to load command: puma (/home/ruby/demo1/releases/4/vendor/bundle/ruby/2.7.0/bin/puma) OptionParser::AmbiguousOption: ambiguous option: -d /home/ruby/demo1/shared/vendor/bundle/ruby/2.7.0/gems/puma-5.1.1/lib/puma/cli.rb:50:in `initialize' /home/ruby/demo1/shared/vendor/bundle/ruby/2.7.0/gems/puma-5.1.1/bin/puma:8:in `new' /home/ruby/demo1/shared/vendor/bundle/ruby/2.7.0/gems/puma-5.1.1/bin/puma:8:in `<top (required)>' /home/ruby/demo1/releases/4/vendor/bundle/ruby/2.7.0/bin/puma:23:in `load' /home/ruby/demo1/releases/4/vendor/bundle/ruby/2.7.0/bin/puma:23:in `<top (required)>'
I have bundle update but it still doesn't work. How can I solve this problem?
bundle update
The text was updated successfully, but these errors were encountered:
same problem
Sorry, something went wrong.
use https://github.com/kigster/puma-daemon
Put together a gem to manage systemd + puma5. Welcome to fork it.
https://github.com/pipihosting/mina-systemd-puma
@Winter-Silence Using that gem generates the same error for me -- I just installed the gem, anything else I need to configure?
No branches or pull requests
Today I upgraded to Puma5. When I entered
mina puma:start
, it appeared:I have
bundle update
but it still doesn't work.How can I solve this problem?
The text was updated successfully, but these errors were encountered: