mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Remove cached gems
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user