Skip to content

Commit 2b36467

Browse files
authored
Merge pull request #139 from mjankowski/allow-udw-3
Relax gem version requirement for `unicode-display_width`
2 parents aa82cd9 + 34ffcc5 commit 2b36467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terminal-table.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
2222
spec.add_development_dependency "term-ansicolor"
2323
spec.add_development_dependency "pry"
2424

25-
spec.add_runtime_dependency "unicode-display_width", [">= 1.1.1", "< 3"]
25+
spec.add_runtime_dependency "unicode-display_width", [">= 1.1.1", "< 4"]
2626
end

0 commit comments

Comments
 (0)