bundle_install.sh 195 B

123456
  1. #!/bin/bash
  2. # Ensure we don't accidentally (try to) use gems for the wrong platform.
  3. rm -f $TROOT/Gemfile.lock
  4. bundle install --jobs=4 --gemfile=$TROOT/Gemfile --path=$IROOT/rack-sequel/bundle