about summary refs log tree commit homepage
path: root/setup.rb
diff options
context:
space:
mode:
authorJames Rowe <jnrowe@gmail.com>2019-12-01 20:03:48 +0000
committerEric Wong <e@80x24.org>2019-12-02 08:07:54 +0000
commit408fbb361bc3289ff0afb634d56010adb11856fd (patch)
tree6bf7c32681993adb945ca425628b7c268e541b5c /setup.rb
parent3ea3633deb79853e89245d1a556f767f058edd4d (diff)
downloaddtas-408fbb361bc3289ff0afb634d56010adb11856fd.tar.gz
`Config` was removed years ago¹, and is not supported in any Ruby release
that dtas supports.

1. https://bugs.ruby-lang.org/issues/6809
Diffstat (limited to 'setup.rb')
-rw-r--r--setup.rb2
1 files changed, 1 insertions, 1 deletions
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)