Skip to content

Commit

Permalink
Merge pull request #1057 from Homebrew/install_more_bundler_gems
Browse files Browse the repository at this point in the history
tests/setup: install more bundler gems.
  • Loading branch information
MikeMcQuaid committed May 9, 2024
2 parents d098ecc + 792dfdc commit 5cd7289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Setup < Test
def run!(args:)
test_header(:Setup)

test "brew", "install-bundler-gems", "--add-groups=style,formula_test,livecheck"
test "brew", "install-bundler-gems", "--add-groups=ast,audit,bootsnap,bottle,formula_test,livecheck,style"

# Always output `brew config` output even when it doesn't fail.
test "brew", "config", verbose: true
Expand Down

0 comments on commit 5cd7289

Please sign in to comment.