From 1638535b081fa6a4da634532cd3df012b6bfc6f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 18:02:23 +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.4.0 to 2.4.2. - [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.4.0...v2.4.2) --- updated-dependencies: - dependency-name: unicode-display_width dependency-type: indirect update-type: version-update:semver-patch ... 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 7219cbb253..184ab935fa 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.4.0) + unicode-display_width (2.4.2) unparser (0.6.4) diff-lcs (~> 1.3) parser (>= 3.1.0) From c3bc05f881ab84eef74fbaed53a18e0aa4ba868a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jan 2023 18:06:38 +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 8a4c8e6318..0bbdbb5cc4 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.4.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unicode-display_width-2.4.2/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 eda38aadf42642fcea264fcd42f3924d38bcefd4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jan 2023 18:12:36 +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. --- ...play_width@2.4.0.rbi => unicode-display_width@2.4.2.rbi} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename Library/Homebrew/sorbet/rbi/gems/{unicode-display_width@2.4.0.rbi => unicode-display_width@2.4.2.rbi} (76%) diff --git a/Library/Homebrew/sorbet/rbi/gems/unicode-display_width@2.4.0.rbi b/Library/Homebrew/sorbet/rbi/gems/unicode-display_width@2.4.2.rbi similarity index 76% rename from Library/Homebrew/sorbet/rbi/gems/unicode-display_width@2.4.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/unicode-display_width@2.4.2.rbi index 36ed19d616..37bb1650b4 100644 --- a/Library/Homebrew/sorbet/rbi/gems/unicode-display_width@2.4.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/unicode-display_width@2.4.2.rbi @@ -13,15 +13,19 @@ class Unicode::DisplayWidth def of(string, **kwargs); end class << self + def decompress_index(index, level); end def emoji_extra_width_of(string, ambiguous = T.unsafe(nil), overwrite = T.unsafe(nil), _ = T.unsafe(nil)); end def of(string, ambiguous = T.unsafe(nil), overwrite = T.unsafe(nil), options = T.unsafe(nil)); end + def width_all_features(string, ambiguous, overwrite, options); end + def width_no_overwrite(string, ambiguous, options = T.unsafe(nil)); end 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::FIRST_4096 = T.let(T.unsafe(nil), Array) Unicode::DisplayWidth::INDEX = T.let(T.unsafe(nil), Array) Unicode::DisplayWidth::INDEX_FILENAME = T.let(T.unsafe(nil), String) +Unicode::DisplayWidth::INITIAL_DEPTH = T.let(T.unsafe(nil), Integer) Unicode::DisplayWidth::UNICODE_VERSION = T.let(T.unsafe(nil), String) Unicode::DisplayWidth::VERSION = T.let(T.unsafe(nil), String)