summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/config_file.rb11
1 files changed, 11 insertions, 0 deletions
@@ -210,6 +210,17 @@ class Gem::ConfigFile
@hash = @hash.merge environment_config
end
# HACK: these override command-line args, which is bad
@backtrace = @hash[:backtrace] if @hash.key? :backtrace
@bulk_threshold = @hash[:bulk_threshold] if @hash.key? :bulk_threshold