File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
class PortableRuby < PortableFormula
4
4
desc "Powerful, clean, object-oriented scripting language"
5
5
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 "
8
8
license "Ruby"
9
9
10
10
# This regex restricts matching to versions other than X.Y.0.
@@ -36,8 +36,8 @@ class PortableRuby < PortableFormula
36
36
end
37
37
38
38
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 "
41
41
42
42
livecheck do
43
43
url "https://rubygems.org/api/v1/versions/bootsnap.json"
You can’t perform that action at this time.
0 commit comments