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

@ -213,6 +213,16 @@ class Gem::RubyVersionMismatch < Gem::Exception; end
class Gem::VerificationError < Gem::Exception; end
##
# Raised by Gem::WebauthnListener when an error occurs during security
# device verification.
class Gem::WebauthnVerificationError < Gem::Exception
def initialize(message)
super "Security device verification failed: #{message}"
end
end
##
# Raised to indicate that a system exit should occur with the specified
# exit_code