Skip to content

Commit 91b3428

Browse files
authored
Merge pull request #220044 from Homebrew/bump-ruby-3.4.3
ruby 3.4.3
2 parents 3304d49 + fc4ebc6 commit 91b3428

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Diff for: Formula/r/ruby.rb

+11-12
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ class Ruby < Formula
77
stable do
88
# Consider changing the default of `Gem.default_user_install` to true with Ruby 3.5.
99
# This may depend on https://github.com/rubygems/rubygems/issues/5682.
10-
url "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.2.tar.gz"
11-
sha256 "41328ac21f2bfdd7de6b3565ef4f0dd7543354d37e96f157a1552a6bd0eb364b"
10+
url "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.3.tar.gz"
11+
sha256 "55a4cd1dcbe5ca27cf65e89a935a482c2bb2284832939266551c0ec68b437f46"
1212

1313
# Should be updated only when Ruby is updated (if an update is available).
1414
# The exception is Rubygem security fixes, which mandate updating this
1515
# formula & the versioned equivalents and bumping the revisions.
1616
resource "rubygems" do
17-
url "https://rubygems.org/rubygems/rubygems-3.6.3.tgz"
18-
sha256 "ed284c404da69a5fdb43c9d37b86e56f3c3f43a7bee85ac47cf2fb3a136f00ea"
17+
url "https://rubygems.org/rubygems/rubygems-3.6.8.tgz"
18+
sha256 "da5340b42ba3ddc5ede4a6b948ffa5b409d48cb119e2937e27e4c0b13bf9c390"
1919

2020
livecheck do
2121
url "https://rubygems.org/pages/download"
@@ -30,14 +30,13 @@ class Ruby < Formula
3030
end
3131

3232
bottle do
33-
rebuild 1
34-
sha256 arm64_sequoia: "9b3ff5a6b6d328480bc747e194ce7f0efdd6af7a5ce4bcb895bc1805eefe5322"
35-
sha256 arm64_sonoma: "252f6512c08e0a489d93df51fa80dee060164b3235f5412b6180dd9b62859670"
36-
sha256 arm64_ventura: "4bbc823869788b75a5faa05a4dd5b4df510f30966f6bef225976a429ac335235"
37-
sha256 sonoma: "ce97ce43a70a305c3a3d9423f0337ba6e1dc73d581a36873f26fa7cf9f76a28f"
38-
sha256 ventura: "eaecf6cd47dab2e52ed74726767dce5bb735f4487d852671394e24bdb79cc785"
39-
sha256 arm64_linux: "ab7a979d0e352bf6796bac2308e83ac975d7f494347fa73384f59dd0c75684bd"
40-
sha256 x86_64_linux: "110b49d571313fd1b9fdaddbe1afcd326d285e8f359457290870c18d4a8aa667"
33+
sha256 arm64_sequoia: "086e24aeb4d3563ec7b0cb82cf96d4f54343aecc764d370e1958f04cc5c23585"
34+
sha256 arm64_sonoma: "bf92cea06b2fcedc64bcde22b4054bbdc5373ada4073a1d930b1d797fe80244d"
35+
sha256 arm64_ventura: "32a5b8b77db04d6e1f2b5fa0859a795ca6be8a34402eb1413e4b3ebd26449587"
36+
sha256 sonoma: "0ae2e985d6d5e687a7b8f4f48f04783326012090f290fe53cd0a6f7f9df2ecc4"
37+
sha256 ventura: "8ff27dfe6332165600743bc73020da9148a3f1d20d49e9d8a87771baeb71c39b"
38+
sha256 arm64_linux: "f37b0efd457c9d5e5351436f0b03a9b64cb5e580170be2b9966517d664a2513e"
39+
sha256 x86_64_linux: "e2d2ed80d9a01a34ad96a3c2370b5430a9bf22de03aae18bd0fe847a9d29a6b8"
4140
end
4241

4342
keg_only :provided_by_macos

0 commit comments

Comments
 (0)