Skip to content

Commit

Permalink
Gemfile: load REXML gem for brew bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay committed Dec 4, 2023
1 parent 0f39516 commit dc2ded8
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"])

Check warning on line 61 in Library/Homebrew/dev-cmd/bump.rb

View check run for this annotation

Codecov / codecov/patch

Library/Homebrew/dev-cmd/bump.rb#L61

Added line #L61 was not covered by tests

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 dc2ded8

Please sign in to comment.