diff options
-rw-r--r-- | lib/bundler/settings.rb | 10 |
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 |