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

# FIXME: this seems uselessly trivial, replace with a rake task and have ci call the rake task?

set -evx

. ci/bundle_install.sh

bundle exec rake dependencies_ci