We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f68d9b commit 5e07b7aCopy full SHA for 5e07b7a
Formula/r/ruby.rb
@@ -7,8 +7,8 @@ class Ruby < Formula
7
stable do
8
# Consider changing the default of `Gem.default_user_install` to true with Ruby 3.5.
9
# 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"
+ url "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.3.tar.gz"
+ sha256 "55a4cd1dcbe5ca27cf65e89a935a482c2bb2284832939266551c0ec68b437f46"
12
13
# Should be updated only when Ruby is updated (if an update is available).
14
# The exception is Rubygem security fixes, which mandate updating this
0 commit comments