From 3b0bf893353c39e8c58952f8ab9b82982a19b66e Mon Sep 17 00:00:00 2001 From: Alessio Caiazza Date: Sat, 4 Feb 2012 12:07:26 +0100 Subject: [PATCH] capistrano deploy: avoid installing heroku gemset group --- config/deploy.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/deploy.rb b/config/deploy.rb index 8d811d5d9..c7e3e8631 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -20,6 +20,7 @@ set :use_sudo, false set :scm_verbose, true set :repository_cache, "remote_cache" set :deploy_via, :checkout +set :bundle_without, [:development, :test, :heroku] # Figure out the name of the current local branch def current_git_branch