Skip to content

Commit f19dc45

Browse files
authored
Merge pull request #20265 from Homebrew/portable-ruby-3.4.5
Portable Ruby 3.4.5
2 parents 4631429 + feebf94 commit f19dc45

11 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: vale docs/
5353

5454
- name: Install Ruby
55-
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
55+
uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # v1.246.0
5656
with:
5757
bundler-cache: true
5858
working-directory: docs

.github/workflows/rubydoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: Install Ruby
46-
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
46+
uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # v1.246.0
4747
with:
4848
bundler-cache: true
4949
working-directory: rubydoc

Library/Homebrew/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.4
1+
3.4.5

Library/Homebrew/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ DEPENDENCIES
218218
yard-sorbet
219219

220220
RUBY VERSION
221-
ruby 3.4.4p34
221+
ruby 3.4.5p51
222222

223223
BUNDLED WITH
224-
2.6.7
224+
2.6.9

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.6.7"
13+
HOMEBREW_BUNDLER_VERSION = "2.6.9"
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.

Library/Homebrew/vendor/bundle/bundler/setup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def self.extension_api_version
118118
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/stackprof-0.2.27/lib")
119119
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-0.9.37/lib")
120120
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-sorbet-0.9.0/lib")
121-
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.17.5/lib")
121+
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.17.6/lib")
122122
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/vernier-1.8.0")
123123
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/vernier-1.8.0/lib")
124124
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/warning-1.5.0/lib")
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=fd162df7a06190ee800a9e6afd28f4466d33548821a480ba043cd927b44d60f7
2+
ruby_SHA=20fa657858e44a4b39171d6e4111f8a9716eb62a78ebbd1491d94f90bb7b830a
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=0ef476ef3a86632414a79055814ef7e545294a8329939f3fb3b3016decac6cd3
2+
ruby_SHA=58ab194fb0513e8d3f5a3b9a8658cb9909438b405308bf898508eed2b83afc7d
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.4
1+
3.4.5
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=45cea656cc5b5f5b53a9d4fc9e6c88d3a29b3aac862d1a55f1c70df534df5636
2+
ruby_SHA=0c78b38f22fb9b42df6918db00e6f5a80d5b35164f910ffe4c89159326ae98cf

0 commit comments

Comments
 (0)