Merge pull request #12422 from Homebrew/dependabot/bundler/Library/Homebrew/mechanize-2.8.3

build(deps): bump mechanize from 2.8.1 to 2.8.3 in /Library/Homebrew
This commit is contained in:
Rylan Polster 2021-11-12 19:36:33 -05:00 committed by GitHub
commit de27b9c2c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -40,8 +40,8 @@ GEM
hana (~> 1.3) hana (~> 1.3)
regexp_parser (~> 2.0) regexp_parser (~> 2.0)
uri_template (~> 0.7) uri_template (~> 0.7)
mechanize (2.8.1) mechanize (2.8.3)
addressable (~> 2.7) addressable (~> 2.8)
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)
mime-types (~> 3.0) mime-types (~> 3.0)

View File

@ -1,9 +1,9 @@
# typed: true
# DO NOT EDIT MANUALLY # DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `mechanize` gem. # This is an autogenerated file for types exported from the `mechanize` gem.
# Please instead update this file by running `bin/tapioca gem mechanize`. # Please instead update this file by running `bin/tapioca gem mechanize`.
# typed: true
class HTTP::CookieJar class HTTP::CookieJar
include ::Mechanize::CookieDeprecated include ::Mechanize::CookieDeprecated
include ::Mechanize::CookieJarIMethods include ::Mechanize::CookieJarIMethods

View File

@ -51,7 +51,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/nokogiri-1.12.5-x86_6
$:.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.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mechanize-2.8.3/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.21.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel-1.21.0/lib"

View File

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