Skip to content

Commit f0584f8

Browse files
authored
Merge pull request #313 from Homebrew/bump-portable-ruby-3.4.4
portable-ruby 3.4.4
2 parents a92800c + 0f2095b commit f0584f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/portable-ruby.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
class PortableRuby < PortableFormula
44
desc "Powerful, clean, object-oriented scripting language"
55
homepage "https://www.ruby-lang.org/"
6-
url "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.3.tar.gz"
7-
sha256 "55a4cd1dcbe5ca27cf65e89a935a482c2bb2284832939266551c0ec68b437f46"
6+
url "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.4.tar.gz"
7+
sha256 "a0597bfdf312e010efd1effaa8d7f1d7833146fdc17950caa8158ffa3dcbfa85"
88
license "Ruby"
99

1010
# This regex restricts matching to versions other than X.Y.0.
@@ -36,8 +36,8 @@ class PortableRuby < PortableFormula
3636
end
3737

3838
resource "bootsnap" do
39-
url "https://rubygems.org/downloads/bootsnap-1.18.4.gem"
40-
sha256 "ac4c42af397f7ee15521820198daeff545e4c360d2772c601fbdc2c07d92af55"
39+
url "https://rubygems.org/downloads/bootsnap-1.18.5.gem"
40+
sha256 "92d3f860ccc03c5d139ef522ef0f3b850e7123453d9788024c710343e8912f69"
4141

4242
livecheck do
4343
url "https://rubygems.org/api/v1/versions/bootsnap.json"

0 commit comments

Comments
 (0)