diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 0856aedf85..0d8c870031 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -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) diff --git a/Library/Homebrew/sorbet/rbi/gems/vernier@1.1.0.rbi b/Library/Homebrew/sorbet/rbi/gems/vernier@1.1.1.rbi similarity index 96% rename from Library/Homebrew/sorbet/rbi/gems/vernier@1.1.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/vernier@1.1.1.rbi index 045770e0e2..06002869a4 100644 --- a/Library/Homebrew/sorbet/rbi/gems/vernier@1.1.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/vernier@1.1.1.rbi @@ -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 diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 92165dc2c0..3633a45d95 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -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")