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

@ -105,7 +105,6 @@ permission to.
rubygems_api_request method, "api/v1/gems/#{name}/owners", scope: get_owner_scope(method: method) do |request|
request.set_form_data 'email' => owner
request.add_field "Authorization", api_key
request.add_field "OTP", options[:otp] if options[:otp]
end
end