Skip to content

Commit 9e8d3be

Browse files
BrewTestBotchenrui333
authored andcommitted
ruby 3.4.3
ruby: rubygems 3.6.8 Signed-off-by: Rui Chen <[email protected]>
1 parent 03a0cec commit 9e8d3be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: Formula/r/ruby.rb

+4-4
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"

0 commit comments

Comments
 (0)