diff options
author | Nick Van Doorn <nick@nvandoorn.com> | 2025-04-16 19:30:47 -0700 |
---|---|---|
committer | Nick Van Doorn <nick@nvandoorn.com> | 2025-04-16 19:30:47 -0700 |
commit | cd0288151ed1001407090eb7c98e88064d7218c6 (patch) | |
tree | 61ae8f243d388f7220c4ea1e93424013a82a3268 | |
parent | cd4588ee347e9b31c143999cee06c23c668ecca4 (diff) |
Update default ruby version
-rwxr-xr-x | mac-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mac-install.sh b/mac-install.sh index 62893cd..4eae1db 100755 --- a/mac-install.sh +++ b/mac-install.sh @@ -1,4 +1,4 @@ -RUBY_VERSION="2.6.7" +RUBY_VERSION="3.2.7" cat Brewfile | xargs brew install cat Caskfile | xargs brew install --cask |