File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments