DEBSOURCES
Skip Quicknav
sources / ruby-hashie / 5.1.0-1 / bin / setup
123456789101112
#!/bin/bash set -euo pipefail IFS=$'\n\t' bundle install for dir in spec/integration/*; do pushd "$dir" bundle install popd done