summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
diff options
context:
space:
mode:
-rw-r--r--lib/bundler/settings.rb10
1 files changed, 5 insertions, 5 deletions
@@ -335,11 +335,11 @@ module Bundler
def configs
@configs ||= {
- :temporary => @temporary,
- :local => @local_config,
- :env => @env_config,
- :global => @global_config,
- :default => DEFAULT_CONFIG,
}
end