From a3778dcb939de7b0319736ca962aef8394691762 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 16:29:27 +0000 Subject: [PATCH] ruby: Update to version 3.4.6-1 --- bucket/ruby.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruby.json b/bucket/ruby.json index 5504a7b548..47b98ceec0 100644 --- a/bucket/ruby.json +++ b/bucket/ruby.json @@ -1,5 +1,5 @@ { - "version": "3.4.5-1", + "version": "3.4.6-1", "description": "A dynamic programming language with a focus on simplicity and productivity.", "homepage": "https://rubyinstaller.org", "license": "BSD-3-Clause", @@ -9,14 +9,14 @@ }, "architecture": { "64bit": { - "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.5-1/rubyinstaller-3.4.5-1-x64.7z", - "hash": "61634b204f808deec191a6819e4c25c7b3005d84537b24c4fbe7c604aeece89f", - "extract_dir": "rubyinstaller-3.4.5-1-x64" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.6-1/rubyinstaller-3.4.6-1-x64.7z", + "hash": "27561f08b897e631d624f6e20ed0f96aaf8094256a233435d691fc26b9bf8f0e", + "extract_dir": "rubyinstaller-3.4.6-1-x64" }, "32bit": { - "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.5-1/rubyinstaller-3.4.5-1-x86.7z", - "hash": "e505ee7e346ab62ae322768a384563b482dbca9034f746d381050dcb2f4f73ff", - "extract_dir": "rubyinstaller-3.4.5-1-x86" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.6-1/rubyinstaller-3.4.6-1-x86.7z", + "hash": "1196e94f6d0d9d2d7fce4d41a683464c7b9d0302a475f3523057cf665820321f", + "extract_dir": "rubyinstaller-3.4.6-1-x86" } }, "post_install": "gem install rake",