mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 11:33:58 +02:00
Merge pull request #5482 from hsbt/rubygems-3-3-bundler-2-3
Merge RubyGems 3.3.x and Bundler 2.3.x
This commit is contained in:
parent
69463805f0
commit
6794f8cf92
115 changed files with 1701 additions and 889 deletions
|
@ -281,10 +281,10 @@ if you believe they were disclosed to a third party.
|
|||
check_credentials_permissions
|
||||
|
||||
@api_keys = if File.exist? credentials_path
|
||||
load_file(credentials_path)
|
||||
else
|
||||
@hash
|
||||
end
|
||||
load_file(credentials_path)
|
||||
else
|
||||
@hash
|
||||
end
|
||||
|
||||
if @api_keys.key? :rubygems_api_key
|
||||
@rubygems_api_key = @api_keys[:rubygems_api_key]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue