dep-dev: bump git from 1.10.2 to 1.11.0
Bumps git from 1.10.2 to 1.11.0.
Release notes
Sourced from git's releases.
Release v1.11.0
- 292087e Supress unneeded test output (#570)
- 19dfe5e Add support for fetch options "--force/-f" and "--prune-tags/-P". (#563)
- 018d919 Fix bug when grepping lines that contain numbers surrounded by colons (#566)
- c04d16e remove from maintainer (#567)
- 291ca09 Address command line injection in Git::Lib#fetch
- 521b8e7 Release v1.10.2 (#561)
Changelog
Sourced from git's changelog.
v1.11.0
- 292087e Supress unneeded test output (#570)
- 19dfe5e Add support for fetch options "--force/-f" and "--prune-tags/-P". (#563)
- 018d919 Fix bug when grepping lines that contain numbers surrounded by colons (#566)
- c04d16e remove from maintainer (#567)
- 291ca09 Address command line injection in Git::Lib#fetch
- 521b8e7 Release v1.10.2 (#561)
See https://github.com/ruby-git/ruby-git/releases/tag/v1.11.0
Commits
-
546bc03
Release v1.11.0 -
292087e
Supress unneeded test output (#570) -
19dfe5e
Add support for fetch options "--force/-f" and "--prune-tags/-P". (#563) -
018d919
Fix bug when grepping lines that contain numbers surrounded by colons (#566) -
c04d16e
remove from maintainer (#567) -
291ca09
Address command line injection in Git::Lib#fetch -
521b8e7
Release v1.10.2 (#561) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Allure report
allure-report-publisher
generated test report!
rspec:
+----------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+--------+
| | passed | failed | skipped | flaky | result |
+-------------+--------+--------+---------+-------+--------+
| services | 161 | 0 | 0 | 0 | ✅ |
| controllers | 24 | 0 | 0 | 0 | ✅ |
| jobs | 12 | 0 | 0 | 0 | ✅ |
| models | 3 | 0 | 0 | 0 | ✅ |
| tasks | 7 | 0 | 0 | 0 | ✅ |
| system | 5 | 0 | 1 | 0 | ✅ |
+-------------+--------+--------+---------+-------+--------+
| Total | 212 | 0 | 1 | 0 | ✅ |
+-------------+--------+--------+---------+-------+--------+
Edited by George Koltsov