Skip to content

Commit 20abaab

Browse files
authored
Merge pull request danger#1526 from andrewmarkle/master
Remove upper bound constraint on the git gem
2 parents 5b36c2d + 0f5677f commit 20abaab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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+
* Remove upper bound constraint on the git gem - [@andrewmarkle](https://github.com/andrewmarkle) [#1526](https://github.com/danger/danger/pull/1526)
1415
* Add "Add GitLab Merge Request support" again with fix - [@manicmaniac](https://github.com/manicmaniac) [#1522](https://github.com/danger/danger/pull/1522)
1516
<!-- Your comment above here -->
1617

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", "< 3.0"
28+
spec.add_runtime_dependency "git", ">= 1.13"
2929
spec.add_runtime_dependency "kramdown", ">= 2.5.1", "< 3.0"
3030
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.0"
3131
spec.add_runtime_dependency "octokit", ">= 4.0"

0 commit comments

Comments
 (0)