Merge RubyGems 3.2.2 and Bundler 2.2.2

This commit is contained in:
Hiroshi SHIBATA 2020-12-18 12:13:33 +09:00
parent 34f0606217
commit 0e40cc9b19
Notes: git 2020-12-18 13:33:46 +09:00
16 changed files with 175 additions and 40 deletions

View file

@ -91,7 +91,6 @@ The push command will use ~/.gem/credentials to authenticate to a server, but yo
request.add_field "Content-Length", request.body.size
request.add_field "Content-Type", "application/octet-stream"
request.add_field "Authorization", api_key
request.add_field "OTP", options[:otp] if options[:otp]
end
end