Merge RubyGems-3.4.12 and Bundler-2.4.12

This commit is contained in:
Hiroshi SHIBATA 2023-07-19 14:12:38 +09:00 committed by nagachika
parent dd91a17560
commit c71a89f785
19 changed files with 865 additions and 22 deletions

View file

@ -98,8 +98,10 @@ permission to.
action = method == :delete ? "Removing" : "Adding"
with_response response, "#{action} #{owner}"
rescue
# ignore
rescue Gem::WebauthnVerificationError => e
raise e
rescue StandardError
# ignore early exits to allow for completing the iteration of all owners
end
end
end