DEBSOURCES
Skip Quicknav
sources / ruby-hashie / 5.0.0-3 / 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