From 73da9bbf89d49ce7abc5ad8c8526c7679f289dae Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Mon, 17 Jun 2024 10:38:45 -0400 Subject: [PATCH] chore(ci): Bump Ruby to v3 Signed-off-by: Jesse Szwedko --- scripts/environment/bootstrap-macos-10.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/environment/bootstrap-macos-10.sh b/scripts/environment/bootstrap-macos-10.sh index 98fb8910dad12..7da53ee0a3563 100755 --- a/scripts/environment/bootstrap-macos-10.sh +++ b/scripts/environment/bootstrap-macos-10.sh @@ -10,7 +10,7 @@ brew update # https://github.com/actions/setup-python/issues/577 brew list -1 | grep python | while read -r formula; do brew unlink "$formula"; brew link --overwrite "$formula"; done -brew install ruby@2.7 coreutils cue-lang/tap/cue protobuf +brew install ruby@3 coreutils cue-lang/tap/cue protobuf gem install bundler