diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb index fe62c85f58..f5999481a8 100644 --- a/lib/bundler/settings.rb +++ b/lib/bundler/settings.rb @@ -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)