From 7216ac8fa5a11f3d15456f062bfe68384820b711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 18:00:56 +0000 Subject: [PATCH 1/3] build(deps): bump unicode-display_width in /Library/Homebrew Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/janlelis/unicode-display_width/releases) - [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md) - [Commits](https://github.com/janlelis/unicode-display_width/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: unicode-display_width dependency-type: indirect 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 fbd80d6e2f..92bfeb3d32 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -202,7 +202,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.3.0) + unicode-display_width (2.4.0) unparser (0.6.4) diff-lcs (~> 1.3) parser (>= 3.1.0) From 2dc5e1e0d86ae58a9323a5b6f09b7554a908a198 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jan 2023 18:04:48 +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 ebfe77c942..1ea055e38d 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -103,7 +103,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec_junit_formatter-0.6.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-ast-1.24.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-progressbar-1.11.0/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unicode-display_width-2.3.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unicode-display_width-2.4.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-1.42.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-performance-1.15.2/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-rails-2.17.4/lib") From 89a13e71d89e47f104a86e84d0bbbdbe6ff3215c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jan 2023 18:13:11 +0000 Subject: [PATCH 3/3] Update RBI files for unicode-display_width. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow. --- ...e-display_width@2.3.0.rbi => unicode-display_width@2.4.0.rbi} | 1 + 1 file changed, 1 insertion(+) rename Library/Homebrew/sorbet/rbi/gems/{unicode-display_width@2.3.0.rbi => unicode-display_width@2.4.0.rbi} (93%) diff --git a/Library/Homebrew/sorbet/rbi/gems/unicode-display_width@2.3.0.rbi b/Library/Homebrew/sorbet/rbi/gems/unicode-display_width@2.4.0.rbi similarity index 93% rename from Library/Homebrew/sorbet/rbi/gems/unicode-display_width@2.3.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/unicode-display_width@2.4.0.rbi index 1974cb0f8c..36ed19d616 100644 --- a/Library/Homebrew/sorbet/rbi/gems/unicode-display_width@2.3.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/unicode-display_width@2.4.0.rbi @@ -18,6 +18,7 @@ class Unicode::DisplayWidth end end +Unicode::DisplayWidth::ASCII_NON_ZERO_REGEX = T.let(T.unsafe(nil), Regexp) Unicode::DisplayWidth::DATA_DIRECTORY = T.let(T.unsafe(nil), String) Unicode::DisplayWidth::DEPTHS = T.let(T.unsafe(nil), Array) Unicode::DisplayWidth::INDEX = T.let(T.unsafe(nil), Array)