From abf34a82a68c0c09dd0cceeed5ba393c728ff5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=B1or=20Rolando?= Date: Mon, 4 Nov 2013 21:21:27 +0100 Subject: [PATCH] Mina: load rbenv environment. --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 81bd7e2..2015133 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -32,7 +32,7 @@ set :user, 'apps' # Username in the server to SSH to. task :environment do # If you're using rbenv, use this to load the rbenv environment. # Be sure to commit your .rbenv-version to your repository. - # invoke :'rbenv:load' + invoke :'rbenv:load' # For those using RVM, use this to load an RVM version@gemset. # invoke :'rvm:use[ruby-1.9.3-p125@default]'