From 6d8ae3a28c3d5ad3f4cc06bce3c515f28d70a5f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 18:03:33 +0000 Subject: [PATCH 1/3] build(deps): bump rspec_junit_formatter in /Library/Homebrew Bumps [rspec_junit_formatter](https://github.com/sj26/rspec_junit_formatter) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/sj26/rspec_junit_formatter/releases) - [Changelog](https://github.com/sj26/rspec_junit_formatter/blob/main/CHANGELOG.md) - [Commits](https://github.com/sj26/rspec_junit_formatter/compare/v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: rspec_junit_formatter 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 78d286af96..ca228ca555 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -122,7 +122,7 @@ GEM rspec-support (3.10.3) rspec-wait (0.0.9) rspec (>= 3, < 4) - rspec_junit_formatter (0.4.1) + rspec_junit_formatter (0.5.0) rspec-core (>= 2, < 4, != 2.12.0) rubocop (1.24.1) parallel (~> 1.10) From 725cbda8d28d16c7ca2ae455c06ec3011bcc2492 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 4 Jan 2022 18:06:18 +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 d928380413..9480820c51 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -82,7 +82,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-static-0.5.946 $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.9465/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-sorbet-1.8.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-wait-0.0.9/lib" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec_junit_formatter-0.4.1/lib" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec_junit_formatter-0.5.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-ast-1.15.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-progressbar-1.11.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unicode-display_width-2.1.0/lib" From 01959eb01924b02198246a346f94402d03676396 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 4 Jan 2022 18:10:36 +0000 Subject: [PATCH 3/3] Update RBI files for rspec_junit_formatter. --- ...t_formatter@0.4.1.rbi => rspec_junit_formatter@0.5.0.rbi} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{rspec_junit_formatter@0.4.1.rbi => rspec_junit_formatter@0.5.0.rbi} (98%) diff --git a/Library/Homebrew/sorbet/rbi/gems/rspec_junit_formatter@0.4.1.rbi b/Library/Homebrew/sorbet/rbi/gems/rspec_junit_formatter@0.5.0.rbi similarity index 98% rename from Library/Homebrew/sorbet/rbi/gems/rspec_junit_formatter@0.4.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/rspec_junit_formatter@0.5.0.rbi index 91ce4fdfe5..baa1708af5 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rspec_junit_formatter@0.4.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rspec_junit_formatter@0.5.0.rbi @@ -1,9 +1,9 @@ +# typed: true + # DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `rspec_junit_formatter` gem. # Please instead update this file by running `bin/tapioca gem rspec_junit_formatter`. -# typed: true - class RSpecJUnitFormatter < ::RSpec::Core::Formatters::BaseFormatter def dump_summary(notification); end def start(notification); end @@ -15,6 +15,7 @@ class RSpecJUnitFormatter < ::RSpec::Core::Formatters::BaseFormatter def description_for(notification); end def duration; end def duration_for(notification); end + def error_count; end def escape(text); end def example_count; end def example_group_file_path_for(notification); end