aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rwxr-xr-xscript/rails-deploy-before-down2
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4a867e779..e05b3e622 100644
--- a/Gemfile
+++ b/Gemfile
@@ -85,7 +85,7 @@ group :development do
gem 'rdoc'
end
-group :develop do
+group :debug do
gem 'ruby-debug', :platforms => :ruby_18
gem 'debugger', :platforms => :ruby_19
gem 'annotate'
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