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 d967041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ group :typecheck, optional: true do
end

# shared gems (used by multiple groups)
group :audit, :bump_unversioned_casks, :livecheck, optional: true do
group :audit, :bump, :bump_unversioned_casks, :livecheck, optional: true do
gem "rexml", require: false
end

Expand Down
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: ["bump"])

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 d967041

Please sign in to comment.