dev-cmd/vendor-gems: pristine after install.

This commit is contained in:
Mike McQuaid 2019-03-11 12:39:06 +00:00
parent d106d2c0d8
commit 1a102322c7
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -22,12 +22,12 @@ module Homebrew
ohai "cd #{HOMEBREW_LIBRARY_PATH}"
HOMEBREW_LIBRARY_PATH.cd do
ohai "bundle pristine"
safe_system "bundle", "pristine"
ohai "bundle install --standalone"
safe_system "bundle", "install", "--standalone"
ohai "bundle pristine"
safe_system "bundle", "pristine"
ohai "git add vendor/bundle"
system "git", "add", "vendor/bundle"