Merge pull request #11356 from Homebrew/dependabot/bundler/Library/Homebrew/mechanize-2.8.1

build(deps): bump mechanize from 2.8.0 to 2.8.1 in /Library/Homebrew
This commit is contained in:
Nanda H Krishna 2021-05-10 16:39:04 +05:30 committed by GitHub
commit 9da32fdaaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 10 deletions

View File

@ -19,7 +19,7 @@ GEM
commander (4.6.0) commander (4.6.0)
highline (~> 2.0.0) highline (~> 2.0.0)
concurrent-ruby (1.1.8) concurrent-ruby (1.1.8)
connection_pool (2.2.3) connection_pool (2.2.5)
diff-lcs (1.4.4) diff-lcs (1.4.4)
docile (1.3.5) docile (1.3.5)
domain_name (0.5.20190701) domain_name (0.5.20190701)
@ -32,7 +32,7 @@ GEM
domain_name (~> 0.5) domain_name (~> 0.5)
i18n (1.8.10) i18n (1.8.10)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
mechanize (2.8.0) mechanize (2.8.1)
addressable (~> 2.7) addressable (~> 2.7)
domain_name (~> 0.5, >= 0.5.20190701) domain_name (~> 0.5, >= 0.5.20190701)
http-cookie (~> 1.0, >= 1.0.3) http-cookie (~> 1.0, >= 1.0.3)
@ -47,7 +47,7 @@ GEM
mime-types (3.3.1) mime-types (3.3.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225) mime-types-data (3.2021.0225)
mini_portile2 (2.5.0) mini_portile2 (2.5.1)
minitest (5.14.4) minitest (5.14.4)
msgpack (1.4.2) msgpack (1.4.2)
mustache (1.1.1) mustache (1.1.1)

View File

@ -1,6 +1,6 @@
# DO NOT EDIT MANUALLY # DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `connection_pool` gem. # This is an autogenerated file for types exported from the `connection_pool` gem.
# Please instead update this file by running `tapioca generate --exclude json`. # Please instead update this file by running `bin/tapioca sync`.
# typed: true # typed: true
@ -10,8 +10,10 @@ class ConnectionPool
def available; end def available; end
def checkin; end def checkin; end
def checkout(options = T.unsafe(nil)); end def checkout(options = T.unsafe(nil)); end
def reload(&block); end
def shutdown(&block); end def shutdown(&block); end
def size; end def size; end
def then(options = T.unsafe(nil)); end
def with(options = T.unsafe(nil)); end def with(options = T.unsafe(nil)); end
class << self class << self
@ -36,7 +38,7 @@ class ConnectionPool::TimedStack
def max; end def max; end
def pop(timeout = T.unsafe(nil), options = T.unsafe(nil)); end def pop(timeout = T.unsafe(nil), options = T.unsafe(nil)); end
def push(obj, options = T.unsafe(nil)); end def push(obj, options = T.unsafe(nil)); end
def shutdown(&block); end def shutdown(reload: T.unsafe(nil), &block); end
private private

View File

@ -1,6 +1,6 @@
# DO NOT EDIT MANUALLY # DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `mini_portile2` gem. # This is an autogenerated file for types exported from the `mini_portile2` gem.
# Please instead update this file by running `tapioca sync`. # Please instead update this file by running `bin/tapioca sync`.
# typed: true # typed: true

View File

@ -11344,6 +11344,10 @@ class MiniPortile
end end
class MiniPortile class MiniPortile
def self.mingw?(); end
def self.mswin?(); end
def self.windows?(); end def self.windows?(); end
end end

View File

@ -24,7 +24,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/coderay-1.1.3/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/colorize-0.8.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/colorize-0.8.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/highline-2.0.3/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/highline-2.0.3/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/commander-4.6.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/commander-4.6.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/connection_pool-2.2.3/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/connection_pool-2.2.5/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/diff-lcs-1.4.4/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/diff-lcs-1.4.4/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/docile-1.3.5/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/docile-1.3.5/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/unf_ext-0.0.7.7" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/unf_ext-0.0.7.7"
@ -39,14 +39,14 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mime-types-data-3.202
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mime-types-3.3.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mime-types-3.3.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/net-http-digest_auth-1.4.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/net-http-digest_auth-1.4.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/net-http-persistent-4.0.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/net-http-persistent-4.0.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mini_portile2-2.5.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mini_portile2-2.5.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/racc-1.5.2" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/racc-1.5.2"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/racc-1.5.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/racc-1.5.2/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/nokogiri-1.11.3-x86_64-darwin/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/nokogiri-1.11.3-x86_64-darwin/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubyntlm-0.6.3/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubyntlm-0.6.3/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/webrick-1.7.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/webrick-1.7.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/webrobots-0.1.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/webrobots-0.1.2/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mechanize-2.8.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mechanize-2.8.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/method_source-1.0.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/method_source-1.0.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mustache-1.1.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mustache-1.1.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel-1.20.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel-1.20.1/lib"

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true # frozen_string_literal: true
class Mechanize class Mechanize
VERSION = "2.8.0" VERSION = "2.8.1"
end end