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]'