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
When running a mina puma:status or other puma commands, I get the following errors:
mina puma:status
Puma status... bash: line 3: bundle: command not found Connection to edudatas.com closed. ! Run Error
It works properly with mina 1.0.7 and mina-puma 1.0.1.
The text was updated successfully, but these errors were encountered:
Are you using rvm?
Just try something like:
task :server do invoke :'rvm:use', 'ruby-2.4.1@default' invoke :'puma:status' end
Sorry, something went wrong.
Have the same issue. puma:status apparently tells me "Puma is not running!"
Same issue, add invoke :'rvm:use', 'ruby-xxx' again in the launch block, then it works
invoke :'rvm:use', 'ruby-xxx'
No branches or pull requests
When running a
mina puma:status
or other puma commands, I get the following errors:It works properly with mina 1.0.7 and mina-puma 1.0.1.
The text was updated successfully, but these errors were encountered: