Gemfile: load REXML gem for brew bump
This commit is contained in:
parent
0f39516cf6
commit
dc2ded859b
@ -58,6 +58,8 @@ module Homebrew
|
|||||||
def bump
|
def bump
|
||||||
args = bump_args.parse
|
args = bump_args.parse
|
||||||
|
|
||||||
|
Homebrew.install_bundler_gems!(groups: ["livecheck"])
|
||||||
|
|
||||||
if args.limit.present? && !args.formula? && !args.cask?
|
if args.limit.present? && !args.formula? && !args.cask?
|
||||||
raise UsageError, "`--limit` must be used with either `--formula` or `--cask`."
|
raise UsageError, "`--limit` must be used with either `--formula` or `--cask`."
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user