You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Rails 5 and Ruby 2.3.1p112 with mina v1.0.0-beta2.
I have the following error while running mina deploy : NoMethodError: undefined methodqueue' for main:Object`
Indeed, I am using queue function in deploy.rb to run some commands.
Does anyone have the same problem ?
Thanks !
The text was updated successfully, but these errors were encountered:
Hi,
I am using Rails 5 and Ruby 2.3.1p112 with mina v1.0.0-beta2.
I have the following error while running
mina deploy
:NoMethodError: undefined method
queue' for main:Object`Indeed, I am using
queue
function in deploy.rb to run some commands.Does anyone have the same problem ?
Thanks !
The text was updated successfully, but these errors were encountered: