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) 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) 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")