File: bundle

package info (click to toggle)
ruby-arbre 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: ruby: 1,912; makefile: 7; sh: 4
file content (7 lines) | stat: -rwxr-xr-x 129 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash

( set -x; bundle $@ )

for gemfile in gemfiles/*/Gemfile; do
  ( set -x; BUNDLE_GEMFILE="$gemfile" bundle $@ )
done