Open suhastech opened 9 years ago
devil-0.1.9.5/lib/devil.rb:6:in `<top (required)>': uninitialized constant Config (NameError)
The fix is changing Config to RbConfig
Something similar to https://github.com/chef/ohai/pull/454
hm, it doesn't work on ruby 3.2 either 🤔 😂
devil-0.1.9.5/lib/devil.rb:6:in `<top (required)>': uninitialized constant Config (NameError)
The fix is changing Config to RbConfig
Something similar to https://github.com/chef/ohai/pull/454