From 8d48596d3d10f5b1c6283472d3a11a38f23fce30 Mon Sep 17 00:00:00 2001 From: Hang Jung Ling Date: Thu, 5 Dec 2024 10:47:59 +0100 Subject: [PATCH] Update Ruby version for Windows in the contribution guide --- how-to-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-contribute.md b/how-to-contribute.md index cc6d8c25..30a6a9e0 100644 --- a/how-to-contribute.md +++ b/how-to-contribute.md @@ -92,7 +92,7 @@ For Windows users, here is a quick guide to install Ruby environment. Please vis #### Download and install Ruby + Devkit -1. Grab the latest version of RubyInstaller from [here](https://rubyinstaller.org/downloads/). +1. Grab the version 3.1.2-1 of RubyInstaller from [here](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.2-1/rubyinstaller-devkit-3.1.2-1-x86.exe). 2. Opt for default installation. Dont forget to check the `ridk install` on the last stage of the installation wizard.