From 0e40cc9b194a5e46024d32b85a61e651372a65cb Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 18 Dec 2020 12:13:33 +0900 Subject: Merge RubyGems 3.2.2 and Bundler 2.2.2 --- lib/rubygems/commands/yank_command.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rubygems/commands/yank_command.rb') diff --git a/lib/rubygems/commands/yank_command.rb b/lib/rubygems/commands/yank_command.rb index 0e08bbfd5d..7e8b66b300 100644 --- a/lib/rubygems/commands/yank_command.rb +++ b/lib/rubygems/commands/yank_command.rb @@ -74,7 +74,6 @@ data you will need to change them immediately and yank your gem. name = get_one_gem_name response = rubygems_api_request(method, api, host, scope: get_yank_scope) do |request| request.add_field("Authorization", api_key) - request.add_field("OTP", options[:otp]) if options[:otp] data = { 'gem_name' => name, -- cgit v1.2.3