Skip to content

Commit

Permalink
Merge pull request #16286 from bevanjkay/bump-gems
Browse files Browse the repository at this point in the history
Gemfile: load REXML gem for `brew bump`
  • Loading branch information
Bo98 committed Dec 4, 2023
2 parents 0f39516 + dc2ded8 commit 6f16e8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Homebrew/dev-cmd/bump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def bump_args
def bump
args = bump_args.parse

Homebrew.install_bundler_gems!(groups: ["livecheck"])

if args.limit.present? && !args.formula? && !args.cask?
raise UsageError, "`--limit` must be used with either `--formula` or `--cask`."
end
Expand Down

0 comments on commit 6f16e8a

Please sign in to comment.