Skip to content

Commit 401e0a0

Browse files
authored
Merge pull request danger#1511 from manicmaniac/git-2.x
Support ruby-git 2.x
2 parents 62055c6 + 2f497a6 commit 401e0a0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
## master
1212

1313
<!-- Your comment below here -->
14+
* Support ruby-git 2.x - [@manicmaniac](https://github.com/manicmaniac) [#1511](https://github.com/danger/danger/pull/1511)
1415
<!-- Your comment above here -->
1516

1617
## 9.5.1

danger.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.add_runtime_dependency "cork", "~> 0.1"
2626
spec.add_runtime_dependency "faraday", ">= 0.9.0", "< 3.0"
2727
spec.add_runtime_dependency "faraday-http-cache", "~> 2.0"
28-
spec.add_runtime_dependency "git", "~> 1.13"
28+
spec.add_runtime_dependency "git", ">= 1.13", "< 3.0"
2929
spec.add_runtime_dependency "kramdown", "~> 2.3"
3030
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.0"
3131
spec.add_runtime_dependency "octokit", ">= 4.0"

0 commit comments

Comments
 (0)