Merge pull request #17656 from Homebrew/dependabot/bundler/Library/Homebrew/vernier-1.1.1

build(deps-dev): bump vernier from 1.1.0 to 1.1.1 in /Library/Homebrew
This commit is contained in:
Douglas Eichelberger 2024-07-08 12:09:31 -07:00 committed by GitHub
commit 216ae9d0a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 14 deletions

View File

@ -139,7 +139,7 @@ GEM
yard-sorbet
thor (1.3.1)
unicode-display_width (2.5.0)
vernier (1.1.0)
vernier (1.1.1)
warning (1.4.0)
yard (0.9.36)
yard-sorbet (0.9.0)

View File

@ -259,19 +259,19 @@ class Vernier::Output::Firefox::Thread
# source://vernier//lib/vernier/output/firefox.rb#211
def initialize(ruby_thread_id, profile, categorizer, name:, tid:, samples:, weights:, markers:, started_at:, timestamps: T.unsafe(nil), sample_categories: T.unsafe(nil), stopped_at: T.unsafe(nil), allocations: T.unsafe(nil), is_main: T.unsafe(nil), is_start: T.unsafe(nil)); end
# source://vernier//lib/vernier/output/firefox.rb#390
# source://vernier//lib/vernier/output/firefox.rb#398
def allocations_table; end
# source://vernier//lib/vernier/output/firefox.rb#318
# source://vernier//lib/vernier/output/firefox.rb#326
def data; end
# source://vernier//lib/vernier/output/firefox.rb#297
# source://vernier//lib/vernier/output/firefox.rb#305
def filter_filenames(filenames); end
# source://vernier//lib/vernier/output/firefox.rb#470
# source://vernier//lib/vernier/output/firefox.rb#478
def frame_table; end
# source://vernier//lib/vernier/output/firefox.rb#494
# source://vernier//lib/vernier/output/firefox.rb#502
def func_table; end
# Returns the value of attribute is_start.
@ -279,7 +279,7 @@ class Vernier::Output::Firefox::Thread
# source://vernier//lib/vernier/output/firefox.rb#209
def is_start; end
# source://vernier//lib/vernier/output/firefox.rb#350
# source://vernier//lib/vernier/output/firefox.rb#358
def markers_table; end
# Returns the value of attribute profile.
@ -287,21 +287,21 @@ class Vernier::Output::Firefox::Thread
# source://vernier//lib/vernier/output/firefox.rb#209
def profile; end
# source://vernier//lib/vernier/output/firefox.rb#409
# source://vernier//lib/vernier/output/firefox.rb#417
def samples_table; end
# source://vernier//lib/vernier/output/firefox.rb#445
# source://vernier//lib/vernier/output/firefox.rb#453
def stack_table; end
# source://vernier//lib/vernier/output/firefox.rb#519
# source://vernier//lib/vernier/output/firefox.rb#527
def string_table; end
private
# source://vernier//lib/vernier/output/firefox.rb#525
# source://vernier//lib/vernier/output/firefox.rb#533
def gc_category; end
# source://vernier//lib/vernier/output/firefox.rb#529
# source://vernier//lib/vernier/output/firefox.rb#537
def thread_category; end
end

View File

@ -111,6 +111,6 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-0.9.36/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-sorbet-0.9.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.15.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/vernier-1.1.0")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/vernier-1.1.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/vernier-1.1.1")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/vernier-1.1.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/warning-1.4.0/lib")