Skip to content

Commit

Permalink
Use >= 1.1.1 of unicode-display_width gem
Browse files Browse the repository at this point in the history
This is required to be able to use Terminal Table in a Signal trap
  • Loading branch information
jrmhaig committed Sep 7, 2016
1 parent 871c213 commit 9394c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/terminal-table/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Terminal
class Table
VERSION = '1.7.0'
VERSION = '1.7.1'
end
end
2 changes: 1 addition & 1 deletion terminal-table.gemspec
Original file line number Diff line number Diff line change
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"
spec.add_runtime_dependency "unicode-display_width", "~> 1.1.1"
end

0 comments on commit 9394c71

Please sign in to comment.