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
I've added gem 'rvm1-capistrano3', require: false
Into my gemfile
Then added
require 'rvm1/capistrano3'
Into my capfile and immediately after that during deployment I start receiving an error:
cap aborted! NoMethodError: undefined method `each' for nil:NilClass
My cap file - https://gist.github.com/dutgcom/530496477faeffec9df9
My stage.rb file - https://gist.github.com/dutgcom/d3f334dc6334b600af4a
What could it be?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've added
gem 'rvm1-capistrano3', require: false
Into my gemfile
Then added
require 'rvm1/capistrano3'
Into my capfile and immediately after that during deployment I start receiving an error:
cap aborted!
NoMethodError: undefined method `each' for nil:NilClass
My cap file - https://gist.github.com/dutgcom/530496477faeffec9df9
My stage.rb file - https://gist.github.com/dutgcom/d3f334dc6334b600af4a
What could it be?
The text was updated successfully, but these errors were encountered: