From 18a86408c5de6ff7c086179504bc364b17d1e355 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Wed, 19 Jun 2024 16:33:56 +0100 Subject: [PATCH] tests/setup: remove bootsnap install --- lib/tests/setup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests/setup.rb b/lib/tests/setup.rb index 74e847cf..4cae024f 100644 --- a/lib/tests/setup.rb +++ b/lib/tests/setup.rb @@ -6,7 +6,7 @@ class Setup < Test def run!(args:) test_header(:Setup) - test "brew", "install-bundler-gems", "--add-groups=ast,audit,bootsnap,bottle,formula_test,livecheck,style" + test "brew", "install-bundler-gems", "--add-groups=ast,audit,bottle,formula_test,livecheck,style" # Always output `brew config` output even when it doesn't fail. test "brew", "config", verbose: true