diff options
author | bronzdoc <[email protected]> | 2019-05-30 20:34:44 -0600 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-07-31 07:47:00 +0800 |
commit | d74ea2eeb22e9db8a8003804ca48bd84629e72c7 () | |
tree | b85b02165b065d0cd01606cb6c24453c52289b2b /lib/rubygems/config_file.rb | |
parent | 6c5170634af21ff90c2d80604ae5c2808a597a9e (diff) |
[rubygems/rubygems] Simplify config_file_name assigment
https://.com/rubygems/rubygems/commit/1b3154f905
-rw-r--r-- | lib/rubygems/config_file.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -473,7 +473,7 @@ if you believe they were disclosed to a third party. private def set_config_file_name(args) - @config_file_name = ENV["GEMRC"] || nil need_config_file_name = false args.each do |arg| |