File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments