Skip to content

Commit

Permalink
bumps default Ruby to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tisba committed Jun 4, 2024
1 parent 57834bd commit 827eb22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.2
4 changes: 4 additions & 0 deletions utils/install-ruby
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ ruby-install \
-- \
--disable-install-rdoc --with-openssl-dir="$(brew --prefix openssl@3)"

# We need to source chruby again, to see the newly installed Ruby
# shellcheck disable=SC1091
source "$(brew --prefix chruby)/share/chruby/chruby.sh"

chruby "$ruby_version"

gem update --system
Expand Down

0 comments on commit 827eb22

Please sign in to comment.