Skip to content

Commit

Permalink
chore(ci): Bump Ruby to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Jun 17, 2024
1 parent 897120b commit 73da9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/environment/bootstrap-macos-10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 73da9bb

Please sign in to comment.