Skip to content

Commit 9b176f3

Browse files
authored
Merge pull request #630 from athityakumar/dependabot/bundler/unicode-display_width-gte-1.7-and-lt-4.0
Update unicode-display_width requirement from >= 1.7, < 3.0 to >= 1.7, < 4.0
2 parents 9914606 + 6446f73 commit 9b176f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colorls.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Gem::Specification.new do |spec|
6565
spec.add_runtime_dependency 'filesize', '~> 0'
6666
spec.add_runtime_dependency 'manpages', '~> 0'
6767
spec.add_runtime_dependency 'rainbow', '>= 2.2', '< 4.0'
68-
spec.add_runtime_dependency 'unicode-display_width', '>= 1.7', '< 3.0'
68+
spec.add_runtime_dependency 'unicode-display_width', '>= 1.7', '< 4.0'
6969

7070
spec.add_development_dependency 'bundler', '~> 2.0'
7171
spec.add_development_dependency 'codecov', '~> 0.1'

0 commit comments

Comments
 (0)