From 6294bddb67defe5b3a0bfc5a17a15576024d2c1f Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Tue, 13 Mar 2012 11:19:50 +0000 Subject: in production mode, ensure we skip development and test gems --- script/rails-post-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/rails-post-deploy') diff --git a/script/rails-post-deploy b/script/rails-post-deploy index 2bf098c5d..6e2c88d28 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -76,7 +76,7 @@ fi if [ "$OPTION_STAGING_SITE" = "0" ] then - bundle install --deployment + bundle install --without development:test --deployment else bundle install fi -- cgit v1.2.3