ruby: Update to version 3.4.7-1

This commit is contained in:
github-actions[bot] 2025-10-09 20:28:54 +00:00
parent ce0c6928db
commit 1536e23a49

View File

@ -1,5 +1,5 @@
{
"version": "3.4.6-1",
"version": "3.4.7-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.6-1/rubyinstaller-3.4.6-1-x64.7z",
"hash": "27561f08b897e631d624f6e20ed0f96aaf8094256a233435d691fc26b9bf8f0e",
"extract_dir": "rubyinstaller-3.4.6-1-x64"
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.7-1/rubyinstaller-3.4.7-1-x64.7z",
"hash": "955678a8373c23e53032ac10f730a06120c7d3b956074020e57ca8b99b8930d4",
"extract_dir": "rubyinstaller-3.4.7-1-x64"
},
"32bit": {
"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"
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.7-1/rubyinstaller-3.4.7-1-x86.7z",
"hash": "2b311c46bbe81291cc2a75d9ca1d731f6fc9d85e70837797e66819ea1b316ac8",
"extract_dir": "rubyinstaller-3.4.7-1-x86"
}
},
"post_install": "gem install rake",