Skip to content

Commit 4893343

Browse files
BrewTestBotchenrui333
authored andcommitted
ruby 3.3.6
ruby: rubygems 3.5.23 Signed-off-by: Rui Chen <[email protected]>
1 parent 7da641e commit 4893343

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/r/ruby.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ class Ruby < Formula
55
head "https://github.com/ruby/ruby.git", branch: "master"
66

77
stable do
8-
url "https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.5.tar.gz"
9-
sha256 "3781a3504222c2f26cb4b9eb9c1a12dbf4944d366ce24a9ff8cf99ecbce75196"
8+
url "https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.6.tar.gz"
9+
sha256 "8dc48fffaf270f86f1019053f28e51e4da4cce32a36760a0603a9aee67d7fd8d"
1010

1111
# Should be updated only when Ruby is updated (if an update is available).
1212
# The exception is Rubygem security fixes, which mandate updating this
1313
# formula & the versioned equivalents and bumping the revisions.
1414
resource "rubygems" do
15-
url "https://rubygems.org/rubygems/rubygems-3.5.18.tgz"
16-
sha256 "a99163d03286850559134448e4c666fa32513407b63f1c277e5142b75180db56"
15+
url "https://rubygems.org/rubygems/rubygems-3.5.23.tgz"
16+
sha256 "3d277bf0b12ff46834d89b283fc451d130dbe6428d00d7ace4664c449c3ef28c"
1717

1818
livecheck do
1919
url "https://rubygems.org/pages/download"

0 commit comments

Comments
 (0)