[rubygems/rubygems] fix lint
https://github.com/rubygems/rubygems/commit/75c0f27b7e
This commit is contained in:
parent
7c4431e61c
commit
3544200513
@ -92,7 +92,7 @@ module Bundler
|
||||
@local_config = load_config(local_config_file)
|
||||
|
||||
@env_config = ENV.to_h
|
||||
@env_config.select! {|key, _value| key.start_with?("BUNDLE_")}
|
||||
@env_config.select! {|key, _value| key.start_with?("BUNDLE_") }
|
||||
@env_config.delete("BUNDLE_")
|
||||
|
||||
@global_config = load_config(global_config_file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user