Merge pull request #15776 from Homebrew/dependabot/bundler/Library/Homebrew/rexml-3.2.6
build(deps): bump rexml from 3.2.5 to 3.2.6 in /Library/Homebrew
This commit is contained in:
commit
3f3003072c
@ -65,7 +65,7 @@ GEM
|
|||||||
unparser
|
unparser
|
||||||
rdiscount (2.2.7.1)
|
rdiscount (2.2.7.1)
|
||||||
regexp_parser (2.8.1)
|
regexp_parser (2.8.1)
|
||||||
rexml (3.2.5)
|
rexml (3.2.6)
|
||||||
ronn (0.7.3)
|
ronn (0.7.3)
|
||||||
hpricot (>= 0.8.2)
|
hpricot (>= 0.8.2)
|
||||||
mustache (>= 0.7.0)
|
mustache (>= 0.7.0)
|
||||||
|
|||||||
@ -33,7 +33,7 @@ class REXML::Attribute
|
|||||||
def inspect; end
|
def inspect; end
|
||||||
def namespace(arg = T.unsafe(nil)); end
|
def namespace(arg = T.unsafe(nil)); end
|
||||||
def node_type; end
|
def node_type; end
|
||||||
def normalized=(_arg0); end
|
def normalized=(new_normalized); end
|
||||||
def prefix; end
|
def prefix; end
|
||||||
def remove; end
|
def remove; end
|
||||||
def to_s; end
|
def to_s; end
|
||||||
@ -276,6 +276,7 @@ class REXML::Entity < ::REXML::Child
|
|||||||
def name; end
|
def name; end
|
||||||
def ndata; end
|
def ndata; end
|
||||||
def normalized; end
|
def normalized; end
|
||||||
|
def parent=(other); end
|
||||||
def pubid; end
|
def pubid; end
|
||||||
def ref; end
|
def ref; end
|
||||||
def to_s; end
|
def to_s; end
|
||||||
@ -283,6 +284,10 @@ class REXML::Entity < ::REXML::Child
|
|||||||
def value; end
|
def value; end
|
||||||
def write(out, indent = T.unsafe(nil)); end
|
def write(out, indent = T.unsafe(nil)); end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def resolve_value; end
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
def matches?(string); end
|
def matches?(string); end
|
||||||
end
|
end
|
||||||
@ -363,6 +368,20 @@ class REXML::Instruction < ::REXML::Child
|
|||||||
def write(writer, indent = T.unsafe(nil), transitive = T.unsafe(nil), ie_hack = T.unsafe(nil)); end
|
def write(writer, indent = T.unsafe(nil), transitive = T.unsafe(nil), ie_hack = T.unsafe(nil)); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
module REXML::Namespace
|
||||||
|
include ::REXML::XMLTokens
|
||||||
|
|
||||||
|
def expanded_name; end
|
||||||
|
def fully_expanded_name; end
|
||||||
|
def has_name?(other, ns = T.unsafe(nil)); end
|
||||||
|
def name; end
|
||||||
|
def name=(name); end
|
||||||
|
def prefix; end
|
||||||
|
def prefix=(_arg0); end
|
||||||
|
end
|
||||||
|
|
||||||
|
REXML::Namespace::NAME_WITHOUT_NAMESPACE = T.let(T.unsafe(nil), Regexp)
|
||||||
|
|
||||||
class REXML::NotationDecl < ::REXML::Child
|
class REXML::NotationDecl < ::REXML::Child
|
||||||
def initialize(name, middle, pub, sys); end
|
def initialize(name, middle, pub, sys); end
|
||||||
|
|
||||||
@ -479,12 +498,13 @@ end
|
|||||||
class REXML::Parsers::XPathParser
|
class REXML::Parsers::XPathParser
|
||||||
include ::REXML::XMLTokens
|
include ::REXML::XMLTokens
|
||||||
|
|
||||||
def abbreviate(path); end
|
def abbreviate(path_or_parsed); end
|
||||||
def expand(path); end
|
def expand(path_or_parsed); end
|
||||||
def namespaces=(namespaces); end
|
def namespaces=(namespaces); end
|
||||||
def parse(path); end
|
def parse(path); end
|
||||||
|
def preciate_to_string(parsed, &block); end
|
||||||
def predicate(path); end
|
def predicate(path); end
|
||||||
def predicate_to_string(path, &block); end
|
def predicate_to_path(parsed, &block); end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
@ -506,6 +526,7 @@ class REXML::Parsers::XPathParser
|
|||||||
def UnionExpr(path, parsed); end
|
def UnionExpr(path, parsed); end
|
||||||
def get_group(string); end
|
def get_group(string); end
|
||||||
def parse_args(string); end
|
def parse_args(string); end
|
||||||
|
def quote_literal(literal); end
|
||||||
end
|
end
|
||||||
|
|
||||||
REXML::Parsers::XPathParser::LOCAL_NAME_WILDCARD = T.let(T.unsafe(nil), Regexp)
|
REXML::Parsers::XPathParser::LOCAL_NAME_WILDCARD = T.let(T.unsafe(nil), Regexp)
|
||||||
@ -5345,13 +5345,7 @@ end
|
|||||||
|
|
||||||
Net::HTTPFatalErrorCode = Net::HTTPClientError
|
Net::HTTPFatalErrorCode = Net::HTTPClientError
|
||||||
|
|
||||||
class Net::HTTPInformation
|
Net::HTTPInformationCode = Net::HTTPInformation
|
||||||
end
|
|
||||||
|
|
||||||
Net::HTTPInformationCode::EXCEPTION_TYPE = Net::HTTPError
|
|
||||||
|
|
||||||
class Net::HTTPInformation
|
|
||||||
end
|
|
||||||
|
|
||||||
class Net::HTTPLoopDetected
|
class Net::HTTPLoopDetected
|
||||||
HAS_BODY = ::T.let(nil, ::T.untyped)
|
HAS_BODY = ::T.let(nil, ::T.untyped)
|
||||||
@ -5411,13 +5405,7 @@ Net::HTTPServerErrorCode = Net::HTTPServerError
|
|||||||
|
|
||||||
Net::HTTPSession = Net::HTTP
|
Net::HTTPSession = Net::HTTP
|
||||||
|
|
||||||
class Net::HTTPSuccess
|
Net::HTTPSuccessCode = Net::HTTPSuccess
|
||||||
end
|
|
||||||
|
|
||||||
Net::HTTPSuccessCode::EXCEPTION_TYPE = Net::HTTPError
|
|
||||||
|
|
||||||
class Net::HTTPSuccess
|
|
||||||
end
|
|
||||||
|
|
||||||
class Net::HTTPURITooLong
|
class Net::HTTPURITooLong
|
||||||
HAS_BODY = ::T.let(nil, ::T.untyped)
|
HAS_BODY = ::T.let(nil, ::T.untyped)
|
||||||
|
|||||||
@ -75,7 +75,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
|||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rbi-0.0.14/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rbi-0.0.14/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-22/#{Gem.extension_api_version}/rdiscount-2.2.7.1")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-22/#{Gem.extension_api_version}/rdiscount-2.2.7.1")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rdiscount-2.2.7.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rdiscount-2.2.7.1/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rexml-3.2.5/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rexml-3.2.6/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ronn-0.7.3/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ronn-0.7.3/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-support-3.12.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-support-3.12.1/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-core-3.12.2/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-core-3.12.2/lib")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user