Files
linguist/script/bootstrap
Brandon Keepers 16a6dda3dd Remove cached gems
2014-12-19 10:52:29 -05:00

10 lines
132 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")/.."
bundle config --local path vendor/gems
bundle check > /dev/null 2>&1 || bundle install