Remove cached gems

This commit is contained in:
Brandon Keepers
2014-12-19 10:52:29 -05:00
parent 15191b068d
commit 16a6dda3dd
17 changed files with 3 additions and 2 deletions

View File

@@ -4,5 +4,6 @@ set -e
cd "$(dirname "$0")/.."
bundle check --path vendor/gems > /dev/null 2>&1 || \
bundle install --local --path vendor/gems
bundle config --local path vendor/gems
bundle check > /dev/null 2>&1 || bundle install