From 9e8037b633bd8af2ddc756566af1ea3be05db66c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 21 Dec 2021 15:14:18 +0530 Subject: [PATCH] We now have ruby30 in windows --- bypy/windows.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bypy/windows.conf b/bypy/windows.conf index 257b92e0ab..d961b0d030 100644 --- a/bypy/windows.conf +++ b/bypy/windows.conf @@ -12,5 +12,5 @@ root 'C:/r' python 'py.exe' python2 'C:/Python27/python.exe' perl 'C:/Strawberry/perl/bin/perl.exe' -ruby 'C:/Ruby27-x64/bin/ruby.exe' +ruby 'C:/Ruby30-x64/bin/ruby.exe' mesa 'C:/mesa'