mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 01:23:57 +02:00
Merge RubyGems-3.4.12 and Bundler-2.4.12
This commit is contained in:
parent
dd91a17560
commit
c71a89f785
19 changed files with 865 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue