From 9ea0f9cd9b82bc0f2f13b296895cd85ad297e068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 05:37:14 +0000 Subject: [PATCH 1/3] build(deps): bump nokogiri from 1.11.4 to 1.11.5 in /Library/Homebrew Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 to 1.11.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.4...v1.11.5) Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index c8ed41e87b..79dc9a9abd 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -54,7 +54,7 @@ GEM net-http-digest_auth (1.4.1) net-http-persistent (4.0.1) connection_pool (~> 2.2) - nokogiri (1.11.4) + nokogiri (1.11.5) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) From 429b80737a639004d794e07a2d7091e6c5785f7f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 20 May 2021 05:41:13 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 44b4c6bfee..831dd79bae 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -42,7 +42,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/net-http-persistent-4 $:.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}/gems/racc-1.5.2/lib" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/nokogiri-1.11.4-x86_64-darwin/lib" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/nokogiri-1.11.5-x86_64-darwin/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/webrobots-0.1.2/lib" From fcc3c4f84d005a43f33db3ce536350ff1c25c4ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 20 May 2021 05:42:52 +0000 Subject: [PATCH 3/3] Update RBI files for nokogiri. --- .../rbi/gems/{nokogiri@1.11.4.rbi => nokogiri@1.11.5.rbi} | 2 ++ 1 file changed, 2 insertions(+) rename Library/Homebrew/sorbet/rbi/gems/{nokogiri@1.11.4.rbi => nokogiri@1.11.5.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/nokogiri@1.11.4.rbi b/Library/Homebrew/sorbet/rbi/gems/nokogiri@1.11.5.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/nokogiri@1.11.4.rbi rename to Library/Homebrew/sorbet/rbi/gems/nokogiri@1.11.5.rbi index 249af79e7c..685dbebe5e 100644 --- a/Library/Homebrew/sorbet/rbi/gems/nokogiri@1.11.4.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/nokogiri@1.11.5.rbi @@ -581,6 +581,8 @@ Nokogiri::LIBXML_ICONV_ENABLED = T.let(T.unsafe(nil), TrueClass) Nokogiri::LIBXML_LOADED_VERSION = T.let(T.unsafe(nil), String) +Nokogiri::LIBXML_MEMORY_MANAGEMENT = T.let(T.unsafe(nil), String) + Nokogiri::LIBXSLT_COMPILED_VERSION = T.let(T.unsafe(nil), String) Nokogiri::LIBXSLT_LOADED_VERSION = T.let(T.unsafe(nil), String)