aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-04-19 09:51:07 +0200
committerHarald Eilertsen <haraldei@anduin.net>2013-04-19 09:51:07 +0200
commit7f0a41078d24fcf5bef577e74f0d30e02a6af4aa (patch)
tree452e6f05be81eb497c3860acc720258f61f7bed9 /script
parent0f65895e695daaec24c98d1928697bacd42983f5 (diff)
downloadhmnoweb-7f0a41078d24fcf5bef577e74f0d30e02a6af4aa.tar.gz
hmnoweb-7f0a41078d24fcf5bef577e74f0d30e02a6af4aa.tar.bz2
hmnoweb-7f0a41078d24fcf5bef577e74f0d30e02a6af4aa.zip
Don't install production gems in dev mode.
Diffstat (limited to 'script')
-rwxr-xr-xscript/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/setup b/script/setup
index e81eacf..7823f40 100755
--- a/script/setup
+++ b/script/setup
@@ -1,5 +1,5 @@
#!/bin/bash
-bundle install
+bundle install --without=production
if [ $? ]; then
bundle exec rake dev:setup