aboutsummaryrefslogtreecommitdiffstats
path: root/script/wad
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-05-06 12:36:13 +0100
committerGareth Rees <gareth@mysociety.org>2014-05-06 12:36:13 +0100
commitf4692c8a40369f22a5abe2b7a52d65c0b7702d29 (patch)
tree8d43aba64c9d874077e5e660d4440e35a1376fb5 /script/wad
parentdd7dca8e84646811d2f1a5d4bc6aa58432b532d8 (diff)
parentcb31a78f825dd3fa2e5b0242a62fee5b2bbf2fbb (diff)
Merge branch 'update_gemfile' into rails-3-develop
Diffstat (limited to 'script/wad')
-rwxr-xr-xscript/wad2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/wad b/script/wad
index e459ba2e2..658ce37ef 100755
--- a/script/wad
+++ b/script/wad
@@ -406,7 +406,7 @@ class Wad
def install_bundle
log "Installing bundle"
- system("bundle install --path .bundle --without='development production'")
+ system("bundle install --path .bundle --without='debug development production'")
end
def setup