Skip to content

Commit f8ea6f4

Browse files
authored
Merge pull request #1508 from murilooon/relax-terminal-table
Support terminal-table 4.x versions
2 parents 2d36576 + f8f5713 commit f8ea6f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<!-- Your comment below here -->
1414
* Support ruby-git 2.x - [@manicmaniac](https://github.com/manicmaniac) [#1511](https://github.com/danger/danger/pull/1511)
15+
* Allow terminal-table versions through 4.x - [@murilooon](https://github.com/murilooon)
1516
<!-- Your comment above here -->
1617

1718
## 9.5.1

Diff for: danger.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
3030
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.0"
3131
spec.add_runtime_dependency "octokit", ">= 4.0"
3232
spec.add_runtime_dependency "pstore", "~> 0.1"
33-
spec.add_runtime_dependency "terminal-table", ">= 1", "< 4"
33+
spec.add_runtime_dependency "terminal-table", ">= 1", "< 5"
3434
end

0 commit comments

Comments
 (0)