Skip to content

Commit

Permalink
Merge pull request #1901 from presidentbeef/update_terminal-table
Browse files Browse the repository at this point in the history
Update `terminal-table` version to use latest
  • Loading branch information
presidentbeef authored Dec 30, 2024
2 parents 3215371 + 5b5dddb commit cbd1881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def self.base_dependencies spec

def self.extended_dependencies spec
spec.add_dependency "csv"
spec.add_dependency "terminal-table", "~>1.4"
spec.add_dependency "terminal-table", "< 4.0"
spec.add_dependency "highline", "~>3.0"
spec.add_dependency "erubis", "~>2.6"
spec.add_dependency "haml", "~>5.1"
Expand Down

0 comments on commit cbd1881

Please # to comment.