Skip to content

Commit f9fe0f5

Browse files
authored
Merge pull request #19727 from Homebrew/portable-ruby-3.3.8
Portable Ruby 3.3.8
2 parents 1d140e5 + 0091846 commit f9fe0f5

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

Library/Homebrew/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.7
1+
3.3.8

Library/Homebrew/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ DEPENDENCIES
210210
yard-sorbet
211211

212212
RUBY VERSION
213-
ruby 3.3.7p123
213+
ruby 3.3.8p144
214214

215215
BUNDLED WITH
216-
2.5.20
216+
2.5.22

Library/Homebrew/utils/gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
module Homebrew
1111
# Keep in sync with the `Gemfile.lock`'s BUNDLED WITH.
1212
# After updating this, run `brew vendor-gems --update=--bundler`.
13-
HOMEBREW_BUNDLER_VERSION = "2.5.20"
13+
HOMEBREW_BUNDLER_VERSION = "2.5.22"
1414

1515
# Bump this whenever a committed vendored gem is later added to or exclusion removed from gitignore.
1616
# This will trigger it to reinstall properly if `brew install-bundler-gems` needs it.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ruby_TAG=arm64_big_sur
2-
ruby_SHA=d9faa506c014dedc0b034a68103ba75c9a58242f4d6c67b6ca0f649c39602bcf
2+
ruby_SHA=7645e2d653a335798030f6502e7834dfdbeeec5629429a1a34da5dbb2c57d63e
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ruby_TAG=arm64_linux
2-
ruby_SHA=3049ddc87eed5ca434e2290308feefb6000d1135eeaf2b46a99c26cb4018890d
2+
ruby_SHA=e0514b6cc7f3501381b333ee92d5310b8eadb2650086c12304fdbab69c68d16f
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.7
1+
3.3.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ruby_TAG=el_capitan
2-
ruby_SHA=4ffc8607e08e9bd536f1df71643b2ecb4cea1a15be9226f297008bc34d0bc8e2
2+
ruby_SHA=ef0bc1da0f381f61f3e1fbc1abaf7616f66d1e2fff5eff3682645f966077392d
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ruby_TAG=x86_64_linux
2-
ruby_SHA=ece69c4b930308e50187f2df4f909026610a943cefa5e2b5942a327e3ad0d8f8
2+
ruby_SHA=2449f1f4cbfe2332caa8410cc487fd92fd26a8a74da9f6b8c98f39eb4235fd9a

0 commit comments

Comments
 (0)