Sha256: 8d4df2154cca64919b15d926b56dc9d67c81387dd0af34c2dbdc8725b29d4a1d
Contents?: true
Size: 199 Bytes
Versions: 3
Compression:
Stored size: 199 Bytes
Contents
#!/bin/bash set -euo pipefail IFS=$'\n\t' bundle update # Do any other automated setup that you need to do here for filename in gemfiles/*.gemfile; do BUNDLE_GEMFILE=$filename bundle update done
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
montrose-0.18.0 | bin/update |
montrose-0.17.0 | bin/update |
montrose-0.16.0 | bin/update |