From fda7d9c8d1cad6fc72b03b70f862831059c5e99f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 18:01:36 +0000 Subject: [PATCH 1/3] build(deps): bump simplecov from 0.21.2 to 0.22.0 in /Library/Homebrew Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.21.2 to 0.22.0. - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.21.2...v0.22.0) --- updated-dependencies: - dependency-name: simplecov dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 0fa2c3fbb3..df9d7fc89b 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) From 9aaac23506ccea3b3860806c23fc6e5c2c7f5f77 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 26 Dec 2022 18:05:45 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 358a901057..b4240b57fa 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") From 915a6e53a45b344f46d9e478bfb32aa702ea46c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 26 Dec 2022 18:12:34 +0000 Subject: [PATCH 3/3] Update RBI files for simplecov. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow. --- .../gems/{simplecov@0.21.2.rbi => simplecov@0.22.0.rbi} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{simplecov@0.21.2.rbi => simplecov@0.22.0.rbi} (99%) 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