Merge pull request #13213 from Homebrew/dependabot/bundler/Library/Homebrew/activesupport-6.1.5.1

build(deps): bump activesupport from 6.1.5 to 6.1.5.1 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2022-04-27 19:43:04 +01:00 committed by GitHub
commit dca8214c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
200 changed files with 38 additions and 7 deletions

View File

@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.5)
activesupport (6.1.5.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)

View File

@ -2784,6 +2784,7 @@ end
module ActiveSupport::VERSION; end
ActiveSupport::VERSION::MAJOR = T.let(T.unsafe(nil), Integer)
ActiveSupport::VERSION::MINOR = T.let(T.unsafe(nil), Integer)
ActiveSupport::VERSION::PRE = T.let(T.unsafe(nil), String)
ActiveSupport::VERSION::STRING = T.let(T.unsafe(nil), String)
ActiveSupport::VERSION::TINY = T.let(T.unsafe(nil), Integer)
@ -3086,6 +3087,7 @@ module ERB::Util
def html_escape_once(s); end
def json_escape(s); end
def unwrapped_html_escape(s); end
def xml_name_escape(name); end
class << self
def h(s); end
@ -3093,6 +3095,7 @@ module ERB::Util
def html_escape_once(s); end
def json_escape(s); end
def unwrapped_html_escape(s); end
def xml_name_escape(name); end
end
end
@ -3100,6 +3103,10 @@ ERB::Util::HTML_ESCAPE = T.let(T.unsafe(nil), Hash)
ERB::Util::HTML_ESCAPE_ONCE_REGEXP = T.let(T.unsafe(nil), Regexp)
ERB::Util::JSON_ESCAPE = T.let(T.unsafe(nil), Hash)
ERB::Util::JSON_ESCAPE_REGEXP = T.let(T.unsafe(nil), Regexp)
ERB::Util::TAG_NAME_FOLLOWING_REGEXP = T.let(T.unsafe(nil), Regexp)
ERB::Util::TAG_NAME_REPLACEMENT_CHAR = T.let(T.unsafe(nil), String)
ERB::Util::TAG_NAME_START_REGEXP = T.let(T.unsafe(nil), Regexp)
ERB::Util::TAG_NAME_START_REGEXP_SET = T.let(T.unsafe(nil), String)
module Enumerable
def as_json(options = T.unsafe(nil)); end

View File

@ -24,10 +24,6 @@ module ActiveSupport::ForkTracker::CoreExtPrivate
include ::ActiveSupport::ForkTracker::CoreExt
end
module ActiveSupport::VERSION
PRE = ::T.let(nil, ::T.untyped)
end
class Addrinfo
def connect_internal(local_addrinfo, timeout=T.unsafe(nil)); end
end

View File

@ -8,7 +8,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/i18n-1.10.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/minitest-5.15.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tzinfo-2.0.4/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/zeitwerk-2.5.4/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/activesupport-6.1.5/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/activesupport-6.1.5.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/public_suffix-4.0.7/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/addressable-2.8.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ast-2.4.2/lib"

Some files were not shown because too many files have changed in this diff Show More