From 9fdb47aeaa7575d5d1b1ac7d04e3290022769e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 17:41:21 +0000 Subject: [PATCH 1/3] build(deps): bump rdiscount from 2.2.0.2 to 2.2.7 in /Library/Homebrew Bumps [rdiscount](https://github.com/davidfstr/rdiscount) from 2.2.0.2 to 2.2.7. - [Release notes](https://github.com/davidfstr/rdiscount/releases) - [Changelog](https://github.com/davidfstr/rdiscount/blob/master/CHANGELOG.md) - [Commits](https://github.com/davidfstr/rdiscount/compare/2.2.0.2...2.2.7) --- updated-dependencies: - dependency-name: rdiscount dependency-type: indirect update-type: version-update:semver-patch ... 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 a4417c482e..f635f9124e 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -99,7 +99,7 @@ GEM parser (>= 2.6.4.0) sorbet-runtime (>= 0.5.9204) unparser - rdiscount (2.2.0.2) + rdiscount (2.2.7) regexp_parser (2.6.0) rexml (3.2.5) ronn (0.7.3) From e9091a77873a9fafab67084edd87d45a6b07539f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 5 Nov 2022 17:45:38 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 7cf71ba453..c8ef7282ca 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -86,8 +86,8 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rack-3.0.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unparser-0.6.4/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-21/#{Gem.extension_api_version}/rdiscount-2.2.0.2") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rdiscount-2.2.0.2/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/rdiscount-2.2.7") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rdiscount-2.2.7/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/ronn-0.7.3/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-support-3.11.1/lib") From a4c9dd11b2abaf3d2959ad893070ac78d57867e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 5 Nov 2022 17:50:53 +0000 Subject: [PATCH 3/3] Update RBI files for rdiscount. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow. --- .../rbi/gems/{rdiscount@2.2.0.2.rbi => rdiscount@2.2.7.rbi} | 6 ++++++ 1 file changed, 6 insertions(+) rename Library/Homebrew/sorbet/rbi/gems/{rdiscount@2.2.0.2.rbi => rdiscount@2.2.7.rbi} (88%) diff --git a/Library/Homebrew/sorbet/rbi/gems/rdiscount@2.2.0.2.rbi b/Library/Homebrew/sorbet/rbi/gems/rdiscount@2.2.7.rbi similarity index 88% rename from Library/Homebrew/sorbet/rbi/gems/rdiscount@2.2.0.2.rbi rename to Library/Homebrew/sorbet/rbi/gems/rdiscount@2.2.7.rbi index 25b5f7e36c..2e8bf58645 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rdiscount@2.2.0.2.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rdiscount@2.2.7.rbi @@ -11,6 +11,8 @@ class RDiscount def autolink; end def autolink=(_arg0); end + def explicitlist; end + def explicitlist=(_arg0); end def filter_html; end def filter_html=(_arg0); end def filter_styles; end @@ -21,6 +23,10 @@ class RDiscount def footnotes=(_arg0); end def generate_toc; end def generate_toc=(_arg0); end + def latex; end + def latex=(_arg0); end + def md1compat; end + def md1compat=(_arg0); end def no_image; end def no_image=(_arg0); end def no_links; end