From e68e491333630ed096405747e63e8bf66897b246 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Fri, 25 Apr 2014 12:31:06 +0100 Subject: Rename develop Gemfile group to debug Develop is too similar to development to mean anything different. --- script/rails-deploy-before-down | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/rails-deploy-before-down') diff --git a/script/rails-deploy-before-down b/script/rails-deploy-before-down index a5f0d7af0..42284b00d 100755 --- a/script/rails-deploy-before-down +++ b/script/rails-deploy-before-down @@ -129,7 +129,7 @@ bundle_install_options="--path $BUNDLE_PATH" if [ "$OPTION_STAGING_SITE" = "0" ] then - bundle_install_options="$bundle_install_options --without development:test --deployment" + bundle_install_options="$bundle_install_options --without development debug test --deployment" fi if [ "$OPTION_STAGING_SITE" = "1" ] then -- cgit v1.2.3