Skip to content

Commit 8a180e7

Browse files
committed
ruby 3.4.7
1 parent 18d6fd6 commit 8a180e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/r/ruby.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ class Ruby < Formula
22
desc "Powerful, clean, object-oriented scripting language"
33
homepage "https://www.ruby-lang.org/"
44
license "Ruby"
5-
revision 1
65
head "https://github.com/ruby/ruby.git", branch: "master"
76

87
stable do
98
# Consider changing the default of `Gem.default_user_install` to true with Ruby 3.5.
109
# This may depend on https://github.com/rubygems/rubygems/issues/5682.
11-
url "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.6.tar.gz"
12-
sha256 "e3c19ab9e8f41b3723124fbc0114cde7cbf55e65aa9c58c12acd89ec9c0dd1b9"
10+
url "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.7.tar.gz"
11+
sha256 "23815a6d095696f7919090fdc3e2f9459b2c83d57224b2e446ce1f5f7333ef36"
1312

1413
# Should be updated only when Ruby is updated (if an update is available).
1514
# The exception is Rubygem security fixes, which mandate updating this

0 commit comments

Comments
 (0)