From 408fbb361bc3289ff0afb634d56010adb11856fd Mon Sep 17 00:00:00 2001 From: James Rowe Date: Sun, 1 Dec 2019 20:03:48 +0000 Subject: setup: update to use RbConfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `Config` was removed years ago¹, and is not supported in any Ruby release that dtas supports. 1. https://bugs.ruby-lang.org/issues/6809 --- setup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.rb b/setup.rb index 9f0c826..65380f4 100644 --- a/setup.rb +++ b/setup.rb @@ -785,7 +785,7 @@ class ToplevelInstaller else require 'rbconfig' end - ::Config::CONFIG + ::RbConfig::CONFIG end def initialize(ardir_root, config) -- cgit v1.2.3-24-ge0c7