Merge pull request #14106 from Homebrew/dependabot/bundler/Library/Homebrew/rdiscount-2.2.7

build(deps): bump rdiscount from 2.2.0.2 to 2.2.7 in /Library/Homebrew
This commit is contained in:
Bo Anderson 2022-11-05 18:40:10 +00:00 committed by GitHub
commit aca3db61b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -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)

View File

@ -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

View File

@ -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")