File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ class Ruby < Formula
7
7
stable do
8
8
# Consider changing the default of `Gem.default_user_install` to true with Ruby 3.5.
9
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 "
10
+ url "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.3 .tar.gz"
11
+ sha256 "55a4cd1dcbe5ca27cf65e89a935a482c2bb2284832939266551c0ec68b437f46 "
12
12
13
13
# Should be updated only when Ruby is updated (if an update is available).
14
14
# The exception is Rubygem security fixes, which mandate updating this
15
15
# formula & the versioned equivalents and bumping the revisions.
16
16
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 "
19
19
20
20
livecheck do
21
21
url "https://rubygems.org/pages/download"
You can’t perform that action at this time.
0 commit comments