Merge pull request #1904 from github/remove-cached-gems

Remove cached gems
This commit is contained in:
Brandon Keepers
2014-12-19 11:27:10 -05:00
17 changed files with 3 additions and 2 deletions

View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.