Skip to content

Commit

Permalink
Merge pull request #17696 from Homebrew/portable_ruby_3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Jul 13, 2024
2 parents f45eefd + 6abdbd1 commit d4b7ed6
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.4
2 changes: 1 addition & 1 deletion Library/Homebrew/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ DEPENDENCIES
yard-sorbet

RUBY VERSION
ruby 3.3.3p89
ruby 3.3.4p94

BUNDLED WITH
2.5.11
7 changes: 7 additions & 0 deletions Library/Homebrew/cmd/vendor-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,11 @@ homebrew-vendor-install() {
lock "vendor-install-${VENDOR_NAME}"
fetch
install

# Bootsnap needs cleaned up on a new Ruby version.
# It's cleaned up by every `brew cleanup` run anyway so not a big deal to do it here, too.
if [[ "${VENDOR_NAME}" == "ruby" ]]
then
rm -rf "${HOMEBREW_CACHE}/bootsnap"
fi
}
2 changes: 1 addition & 1 deletion Library/Homebrew/vendor/portable-ruby-arm64-darwin
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby_TAG=arm64_big_sur
ruby_SHA=49847c7a13f7094b211f6d0025900dd23716be07dac894a3d6941d7696296306
ruby_SHA=1e64d7393d6bed090ebd892514457a10a2066682693eaade7d4a25568fa35312
2 changes: 1 addition & 1 deletion Library/Homebrew/vendor/portable-ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.4
2 changes: 1 addition & 1 deletion Library/Homebrew/vendor/portable-ruby-x86_64-darwin
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby_TAG=el_capitan
ruby_SHA=a5ef040e054444a0eb2cbcc1032fed14702dfbe2e55b25e609f3ce643f23c4ee
ruby_SHA=a37578bcc3b57e02bcf72ad853ee493ebf6f042755c4eb922c6cb8c1a905b807
2 changes: 1 addition & 1 deletion Library/Homebrew/vendor/portable-ruby-x86_64-linux
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby_TAG=x86_64_linux
ruby_SHA=40a1dbc25bb1a8bbdf0bba53d3f16c45416be12d4c6d48b4530f90b2a77d64ce
ruby_SHA=44a5a8e4c5e4f74a346e50232c13b2ec54a72d8cb5d8ebc6965a197eefc9b03f

0 comments on commit d4b7ed6

Please sign in to comment.