parent
da01f8f0b9
commit
3247b2ecfa
@ -59,9 +59,9 @@ module Homebrew
|
|||||||
def bump_cask_pr
|
def bump_cask_pr
|
||||||
args = bump_cask_pr_args.parse
|
args = bump_cask_pr_args.parse
|
||||||
|
|
||||||
# This will be run by `brew style` later so run it first to not start
|
# This will be run by `brew audit` or `brew style` later so run it first to
|
||||||
# spamming during normal output.
|
# not start spamming during normal output.
|
||||||
Homebrew.install_bundler_gems!
|
Homebrew.install_bundler_gems! if args.no_audit? && args.no_style?
|
||||||
|
|
||||||
# As this command is simplifying user-run commands then let's just use a
|
# As this command is simplifying user-run commands then let's just use a
|
||||||
# user path, too.
|
# user path, too.
|
||||||
|
|||||||
@ -117,7 +117,7 @@ module Homebrew
|
|||||||
|
|
||||||
# This will be run by `brew audit` later so run it first to not start
|
# This will be run by `brew audit` later so run it first to not start
|
||||||
# spamming during normal output.
|
# spamming during normal output.
|
||||||
Homebrew.install_bundler_gems!
|
Homebrew.install_bundler_gems! unless args.no_audit?
|
||||||
|
|
||||||
tap_remote_repo = formula.tap.full_name || formula.tap.remote_repo
|
tap_remote_repo = formula.tap.full_name || formula.tap.remote_repo
|
||||||
remote = "origin"
|
remote = "origin"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user