Skip to content

Commit

Permalink
Merge pull request #88 from mvz/loosen-unicode-display_width-dependency
Browse files Browse the repository at this point in the history
Allow unicode-display_width beyond 1.1.x
  • Loading branch information
nateberkopec committed Apr 17, 2017
2 parents 25a47fc + 81c0fc4 commit a402503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminal-table.gemspec
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "term-ansicolor"
spec.add_development_dependency "pry"

spec.add_runtime_dependency "unicode-display_width", "~> 1.1.1"
spec.add_runtime_dependency "unicode-display_width", ["~> 1.1", ">= 1.1.1"]
end

0 comments on commit a402503

Please sign in to comment.