module Gem::BundlerSettings

Reads Bundlerโ€™s settings without loading Bundler, for the RubyGems commands that have to agree with something the user configured for Bundler.

Follows Bundler::Settings: the application config file wins over the BUNDLE_<NAME> environment variable, which wins over the user config file, and BUNDLE_IGNORE_CONFIG drops both files.