Don't force "--binstubs" when bundling in setup script
This commit is contained in:
parent
772aa32f0e
commit
aa6a0e2239
@ -3,6 +3,6 @@
|
||||
set -e
|
||||
|
||||
rm -f log/*
|
||||
bundle install --binstubs
|
||||
bundle install
|
||||
bundle exec rake db:setup --trace
|
||||
touch tmp/restart.txt
|
||||
|
Loading…
Reference in New Issue
Block a user