We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9914606 + 6446f73 commit 9b176f3Copy full SHA for 9b176f3
colorls.gemspec
@@ -65,7 +65,7 @@ Gem::Specification.new do |spec|
65
spec.add_runtime_dependency 'filesize', '~> 0'
66
spec.add_runtime_dependency 'manpages', '~> 0'
67
spec.add_runtime_dependency 'rainbow', '>= 2.2', '< 4.0'
68
- spec.add_runtime_dependency 'unicode-display_width', '>= 1.7', '< 3.0'
+ spec.add_runtime_dependency 'unicode-display_width', '>= 1.7', '< 4.0'
69
70
spec.add_development_dependency 'bundler', '~> 2.0'
71
spec.add_development_dependency 'codecov', '~> 0.1'
0 commit comments