Adds a defensive check to make sure the call to dump the RbConfig::CONFIG exited successfully.
This makes it easier to diagnose a failure due to bazel misconfiguration. Without this the failure manifests as an empty config map and later as panicked at 'Key not found: MAJOR'
Adds a defensive check to make sure the call to dump the
RbConfig::CONFIG
exited successfully.This makes it easier to diagnose a failure due to bazel misconfiguration. Without this the failure manifests as an empty config map and later as
panicked at 'Key not found: MAJOR'