bundle-config2.7 (1) Linux Manual Page
bundle-config – Set bundler configuration options Synopsisbundle config [list|get|set|unset] [name [value]] DescriptionThis command allows you to interact with Bundler’s configuration system. Bundler loads configuration settings in this order: 1. Local config (app/.bundle/config) 2. Environmental variables (ENV) 3. Global config (~/.bundle/config) 4. Bundler default config Executing bundle config list with will print a list of all…
