Merge pull request #16448 from Homebrew/dependabot/bundler/Library/Homebrew/ruby-prof-1.7.0

build(deps-dev): bump ruby-prof from 1.6.3 to 1.7.0 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2024-01-08 15:34:18 +00:00 committed by GitHub
commit e71bee3d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -128,7 +128,7 @@ GEM
rubocop-sorbet (0.7.6)
rubocop (>= 0.90.0)
ruby-macho (4.0.0)
ruby-prof (1.6.3)
ruby-prof (1.7.0)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)

View File

@ -634,13 +634,13 @@ module RubyProf::ExcludeCommonMethods
# source://ruby-prof//lib/ruby-prof/exclude_common_methods.rb#8
def apply!(profile); end
# source://ruby-prof//lib/ruby-prof/exclude_common_methods.rb#185
# source://ruby-prof//lib/ruby-prof/exclude_common_methods.rb#191
def exclude_enumerable(profile, mod, *method_or_methods); end
# source://ruby-prof//lib/ruby-prof/exclude_common_methods.rb#190
# source://ruby-prof//lib/ruby-prof/exclude_common_methods.rb#196
def exclude_methods(profile, mod, *method_or_methods); end
# source://ruby-prof//lib/ruby-prof/exclude_common_methods.rb#194
# source://ruby-prof//lib/ruby-prof/exclude_common_methods.rb#200
def exclude_singleton_methods(profile, mod, *method_or_methods); end
end
end
@ -856,7 +856,7 @@ class RubyProf::MethodInfo
def source_file; end
# source://ruby-prof//lib/ruby-prof/method_info.rb#81
# source://ruby-prof//lib/ruby-prof/method_info.rb#83
def to_s; end
# The total time this method took - includes self time + wait time + child time

View File

@ -106,8 +106,8 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-rspec-2.25.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-sorbet-0.7.6/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-macho-4.0.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/x86_64-darwin-15/#{Gem.extension_api_version}/ruby-prof-1.6.3")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-prof-1.6.3/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/x86_64-darwin-15/#{Gem.extension_api_version}/ruby-prof-1.7.0")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-prof-1.7.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-html-0.12.3/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov_json_formatter-0.1.4/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-0.22.0/lib")