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