diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index ad8d32192f..20d60860ae 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -158,7 +158,7 @@ GEM ruby-macho (3.0.0) ruby-progressbar (1.11.0) rubyntlm (0.6.3) - simplecov (0.21.2) + simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) diff --git a/Library/Homebrew/sorbet/rbi/gems/simplecov@0.21.2.rbi b/Library/Homebrew/sorbet/rbi/gems/simplecov@0.22.0.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/simplecov@0.21.2.rbi rename to Library/Homebrew/sorbet/rbi/gems/simplecov@0.22.0.rbi index 0e594824e2..8a75c67430 100644 --- a/Library/Homebrew/sorbet/rbi/gems/simplecov@0.21.2.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/simplecov@0.22.0.rbi @@ -153,9 +153,12 @@ module SimpleCov::Configuration def coverage_criterion(criterion = T.unsafe(nil)); end def coverage_criterion_enabled?(criterion); end def coverage_dir(dir = T.unsafe(nil)); end + def coverage_for_eval_enabled?; end + def coverage_for_eval_supported?; end def coverage_path; end def coverage_start_arguments_supported?; end def enable_coverage(criterion); end + def enable_coverage_for_eval; end def enable_for_subprocesses(value = T.unsafe(nil)); end def enabled_for_subprocesses?; end def filters; end @@ -333,11 +336,7 @@ class SimpleCov::Filter end end -module SimpleCov::Formatter - class << self - def from_env(env); end - end -end +module SimpleCov::Formatter; end class SimpleCov::Formatter::MultiFormatter class << self diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 7a66fc4453..9fa7bff2f5 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -112,7 +112,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-macho-3.0.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.21.2/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-0.22.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-cobertura-2.1.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-0.5.10461-universal-darwin-21/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.5.10461/lib")