From 6446f73298269a898afdb7497063136225bed36d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 23:33:45 +0000 Subject: [PATCH] Update unicode-display_width requirement from >= 1.7, < 3.0 to >= 1.7, < 4.0 Updates the requirements on [unicode-display_width](https://github.com/janlelis/unicode-display_width) to permit the latest version. - [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md) - [Commits](https://github.com/janlelis/unicode-display_width/compare/v1.7.0...v2.6.0) --- updated-dependencies: - dependency-name: unicode-display_width dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- colorls.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorls.gemspec b/colorls.gemspec index 484f7b2..ba57602 100644 --- a/colorls.gemspec +++ b/colorls.gemspec @@ -65,7 +65,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'filesize', '~> 0' spec.add_runtime_dependency 'manpages', '~> 0' spec.add_runtime_dependency 'rainbow', '>= 2.2', '< 4.0' - spec.add_runtime_dependency 'unicode-display_width', '>= 1.7', '< 3.0' + spec.add_runtime_dependency 'unicode-display_width', '>= 1.7', '< 4.0' spec.add_development_dependency 'bundler', '~> 2.0' spec.add_development_dependency 'codecov', '~> 0.1'