Skip to content

Commit

Permalink
Merge pull request #1419 from manicmaniac/update-ruby-git
Browse files Browse the repository at this point in the history
Security update: ruby-git
  • Loading branch information
orta committed Jan 29, 2023
2 parents 16ebebd + 163e0a0 commit 44fb49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

## master

* Update ruby-git gem [@manicmaniac](https://github.com/manicmaniac) - [#1419](https://github.com/danger/danger/pull/1419)
* Make specs independent from default branch setting in git config [@manicmaniac](https://github.com/manicmaniac) [#1420](https://github.com/danger/danger/pull/1420)
* Add missing error types to raise_error matcher [@manicmaniac][https://github.com/manicmaniac] [#1421](https://github.com/danger/danger/pull/1421)

Expand Down
2 changes: 1 addition & 1 deletion danger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "cork", "~> 0.1"
spec.add_runtime_dependency "faraday", ">= 0.9.0", "< 3.0"
spec.add_runtime_dependency "faraday-http-cache", "~> 2.0"
spec.add_runtime_dependency "git", "~> 1.7"
spec.add_runtime_dependency "git", "~> 1.13.0"
spec.add_runtime_dependency "kramdown", "~> 2.3"
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.0"
spec.add_runtime_dependency "no_proxy_fix"
Expand Down

0 comments on commit 44fb49c

Please sign in to comment.