Don't force "--binstubs" when bundling in setup script

This commit is contained in:
Marcin Kulik 2012-10-12 22:03:48 +02:00
parent 772aa32f0e
commit aa6a0e2239

View File

@ -3,6 +3,6 @@
set -e
rm -f log/*
bundle install --binstubs
bundle install
bundle exec rake db:setup --trace
touch tmp/restart.txt