Skip to content

Commit

Permalink
chore(deps): update terminal-table requirement from >= 1.8, < 4.0 to …
Browse files Browse the repository at this point in the history
…>= 1.8, < 5.0

Updates the requirements on [terminal-table](https://github.com/tj/terminal-table) to permit the latest version.
- [Release notes](https://github.com/tj/terminal-table/releases)
- [Changelog](https://github.com/tj/terminal-table/blob/master/History.rdoc)
- [Commits](tj/terminal-table@v1.8.0...v4.0.0)

---
updated-dependencies:
- dependency-name: terminal-table
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 91cc021 commit c811d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfctl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'aws-sdk-organizations', '~> 1.40'
spec.add_dependency 'json_schemer', '>= 0.2', '< 3.0'
spec.add_dependency 'parallel', '~> 1.19'
spec.add_dependency 'terminal-table', '>= 1.8', '< 4.0'
spec.add_dependency 'terminal-table', '>= 1.8', '< 5.0'

spec.add_development_dependency 'guard-rspec', '~> 4.7'
spec.add_development_dependency 'rspec', '~> 3.9'
Expand Down

0 comments on commit c811d64

Please sign in to comment.