diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index b71a639d4d..1ad5fb00f4 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) 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 diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 236fc1b161..fcbc7ad062 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.12.0/lib")