Skip to content

Commit 62d4100

Browse files
dependabot[bot]olleolleolle
authored andcommitted
Update terminal-table requirement from ~> 3.0 to >= 3, < 5
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@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: terminal-table dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2debb37 commit 62d4100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemstash.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ you push your own private gems as well."
4141
spec.add_runtime_dependency "sequel", "~> 5.0"
4242
spec.add_runtime_dependency "server_health_check-rack", "~> 0.1"
4343
spec.add_runtime_dependency "sinatra", ">= 1.4", "< 5.0"
44-
spec.add_runtime_dependency "terminal-table", "~> 3.0"
44+
spec.add_runtime_dependency "terminal-table", ">= 3", "< 5"
4545
spec.add_runtime_dependency "thor", "~> 1.0"
4646

4747
# Use Redis instead of memcached

0 commit comments

Comments
 (0)