From f11aa906cfc844959a34b8729d019e5199abbdfa Mon Sep 17 00:00:00 2001 From: micwoj92 <45581170+micwoj92@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:42:01 +0100 Subject: [PATCH] Rename Config to RbConfig --- rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile b/rakefile index 71ae6c5..ec96327 100644 --- a/rakefile +++ b/rakefile @@ -297,7 +297,7 @@ BEGIN { # discover full path to this ruby executable # - c = Config::CONFIG + c = RbConfig::CONFIG bindir = c["bindir"] || c['BINDIR'] ruby_install_name = c['ruby_install_name'] || c['RUBY_INSTALL_NAME'] || 'ruby' ruby_ext = c['EXEEXT'] || ''