Update contrib setup bundler commands

This commit is contained in:
Andre Richter 2020-06-29 22:32:41 +02:00
parent cfc3bfc996
commit f1c3366edd
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
git config core.hooksPath .githooks
bundle install --path .vendor/bundle
bundle config set path '.vendor/bundle'
bundle install