Merge pull request #17696 from Homebrew/portable_ruby_3.3.4
This commit is contained in:
commit
d4b7ed66e8
@ -1 +1 @@
|
|||||||
3.3.3
|
3.3.4
|
||||||
|
|||||||
@ -193,7 +193,7 @@ DEPENDENCIES
|
|||||||
yard-sorbet
|
yard-sorbet
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.3.3p89
|
ruby 3.3.4p94
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.5.11
|
2.5.11
|
||||||
|
|||||||
@ -365,4 +365,11 @@ homebrew-vendor-install() {
|
|||||||
lock "vendor-install-${VENDOR_NAME}"
|
lock "vendor-install-${VENDOR_NAME}"
|
||||||
fetch
|
fetch
|
||||||
install
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
ruby_TAG=arm64_big_sur
|
ruby_TAG=arm64_big_sur
|
||||||
ruby_SHA=49847c7a13f7094b211f6d0025900dd23716be07dac894a3d6941d7696296306
|
ruby_SHA=1e64d7393d6bed090ebd892514457a10a2066682693eaade7d4a25568fa35312
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
3.3.3
|
3.3.4
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
ruby_TAG=el_capitan
|
ruby_TAG=el_capitan
|
||||||
ruby_SHA=a5ef040e054444a0eb2cbcc1032fed14702dfbe2e55b25e609f3ce643f23c4ee
|
ruby_SHA=a37578bcc3b57e02bcf72ad853ee493ebf6f042755c4eb922c6cb8c1a905b807
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
ruby_TAG=x86_64_linux
|
ruby_TAG=x86_64_linux
|
||||||
ruby_SHA=40a1dbc25bb1a8bbdf0bba53d3f16c45416be12d4c6d48b4530f90b2a77d64ce
|
ruby_SHA=44a5a8e4c5e4f74a346e50232c13b2ec54a72d8cb5d8ebc6965a197eefc9b03f
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user