summaryrefslogtreecommitdiff
path: root/ci/dependency_update.sh
blob: 9588652143574c11f60a920aebb8d70d818bbb6a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -evx

. ci/bundle_install.sh

bundle exec rake dependencies

git checkout .bundle/config