Open jsurrett opened 6 years ago
Are you using rvm?
Just try something like:
task :server do
invoke :'rvm:use', 'ruby-2.4.1@default'
invoke :'puma:status'
end
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
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.