We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d36576 + f8f5713 commit f8ea6f4Copy full SHA for f8ea6f4
CHANGELOG.md
@@ -12,6 +12,7 @@
12
13
<!-- Your comment below here -->
14
* 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)
16
<!-- Your comment above here -->
17
18
## 9.5.1
danger.gemspec
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
30
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.0"
31
spec.add_runtime_dependency "octokit", ">= 4.0"
32
spec.add_runtime_dependency "pstore", "~> 0.1"
33
- spec.add_runtime_dependency "terminal-table", ">= 1", "< 4"
+ spec.add_runtime_dependency "terminal-table", ">= 1", "< 5"
34
end
0 commit comments