From 59af87ac8fa9f13b738685e9343eae73b3b3185a Mon Sep 17 00:00:00 2001 From: Kevin Menard Date: Wed, 22 Mar 2017 14:16:54 -0400 Subject: [PATCH] Use RbConfig instead of the now-removed Config class. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index bce655c..a51f986 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'] || ''