Commit e468468
Changed files (1)
bin
bin/update
@@ -14,7 +14,7 @@ chdir APP_ROOT do
# Add necessary update steps to this file.
puts '== Installing dependencies =='
- system('bin/setup')
+ system('bundle check') || system!('bundle install')
# Install JavaScript dependencies if using Yarn
system('bin/yarn')