Closed Rodrigora closed 9 years ago
+1 Would love to know. Battling it now.
Would like to know how to do that also
+1
Do you use .rvmrc to set the ruby version?
Well, I was...
Switched to using .ruby-version
and .ruby-gemset
and problem is gone. Hurray for best practices!
Basically, .rvmrc tasks are not part of this gem because ruby version is set with rvm_ruby_version
option in deploy.rb
:
set :rvm_ruby_version, '2.0.0-p247'
@kirs That makes sense since this gem is just a wrapper to execute Capistrano commands in the proper context. Thanks.
I added this question to StackOverflow asking How to run rvmrc trust command using Capistrano 3?
Why this task is not part of this gem?