Skip to content

Bump git from 5.0.1 to 5.0.3 in the patch-updates group - #29

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/patch-updates-c17a0b11c8
Open

Bump git from 5.0.1 to 5.0.3 in the patch-updates group#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/patch-updates-c17a0b11c8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch-updates group with 1 update: git.

Updates git from 5.0.1 to 5.0.3

Release notes

Sourced from git's releases.

v5.0.3

5.0.3 (2026-08-07)

Bug Fixes

  • Drop unsupported -- separator from remote remove/rename commands (8ec466f)
  • Remove unreachable case branch in Patch#apply_file_mode (896fc49)
  • Remove unreachable nil check in Git::Parsers::Grep.parse (74e919a)

Other Changes

  • Add Claude Code support alongside GitHub Copilot (37f7d6a)
  • Add unit spec for Git::EncodingUtils (5f0f10e)
  • Consolidate parallel and serial spec rake tasks (49616b1)
  • Cover :index option in Git::Factories#worktree_open_options_after_init (efeba22)
  • Cover #path when both src and dst are nil (3a1a05a)
  • Cover edge-case branches in Git::Parsers::Diff (38d8b3f)
  • Cover Errno::ESRCH timeout-race rescue in run_process_executer (899bf36)
  • Cover Git::Branch#merge (71c0ea3)
  • Cover Git::Branch#stashes (27ba130)
  • Cover Git::Diff#name_status (fa2ee98)
  • Cover Git::Factories#parse_clone_stderr unparseable-output branch (65aa9b9)
  • Cover Git::Parsers::CatFile.each_header without trailing separator (b7a9ed9)
  • Cover Git::Parsers::LsTree.parse with no tab-separated filename (98b9ebf)
  • Cover Git::Parsers::Remote.apply_pair unrecognized-variable branch (03b10f6)
  • Cover Git::Stashes#save (7bca04c)
  • Cover Git.const_missing fallback branch for unrelated constants (05c3c43)
  • Cover Git.export (4bd7f58)
  • Cover normalize_fetch_keys with a String option key (47fb7fe)
  • Disable coverage for spec:integration, add SPEC filtering, fix formatters (cb53d03)
  • Document the project test coverage policy (d378c1e)
  • Enforce 100% unit test coverage on pull requests (a446098)
  • Guard checkout-index nonexistent-path spec for git < 2.30.0 (cf212a9)
  • Guard worktree repair spec for git < 2.29.0 (c527fb1)
  • merge: Fix incorrect version-gated failure expectation in quit_spec (24c5ba4)
  • Read the gem version without loading lib/git/version.rb (45c4b14)
  • Require git 2.39.0 for maintenance register/unregister --config-file specs (5b1fd52)
  • Skip get-urlmatch scope spec on git < 2.42.0 (e1ede7a)
  • Upgrade simplecov and simplecov-rspec to ~> 1.0 (65e92b9)

v5.0.2

5.0.2 (2026-08-02)

Bug Fixes

  • Add bin/build-git-versions and bin/test-git-versions scripts (3314503)

... (truncated)

Changelog

Sourced from git's changelog.

5.0.3 (2026-08-07)

Bug Fixes

  • Drop unsupported -- separator from remote remove/rename commands (8ec466f)
  • Remove unreachable case branch in Patch#apply_file_mode (896fc49)
  • Remove unreachable nil check in Git::Parsers::Grep.parse (74e919a)

Other Changes

  • Add Claude Code support alongside GitHub Copilot (37f7d6a)
  • Add unit spec for Git::EncodingUtils (5f0f10e)
  • Consolidate parallel and serial spec rake tasks (49616b1)
  • Cover :index option in Git::Factories#worktree_open_options_after_init (efeba22)
  • Cover #path when both src and dst are nil (3a1a05a)
  • Cover edge-case branches in Git::Parsers::Diff (38d8b3f)
  • Cover Errno::ESRCH timeout-race rescue in run_process_executer (899bf36)
  • Cover Git::Branch#merge (71c0ea3)
  • Cover Git::Branch#stashes (27ba130)
  • Cover Git::Diff#name_status (fa2ee98)
  • Cover Git::Factories#parse_clone_stderr unparseable-output branch (65aa9b9)
  • Cover Git::Parsers::CatFile.each_header without trailing separator (b7a9ed9)
  • Cover Git::Parsers::LsTree.parse with no tab-separated filename (98b9ebf)
  • Cover Git::Parsers::Remote.apply_pair unrecognized-variable branch (03b10f6)
  • Cover Git::Stashes#save (7bca04c)
  • Cover Git.const_missing fallback branch for unrelated constants (05c3c43)
  • Cover Git.export (4bd7f58)
  • Cover normalize_fetch_keys with a String option key (47fb7fe)
  • Disable coverage for spec:integration, add SPEC filtering, fix formatters (cb53d03)
  • Document the project test coverage policy (d378c1e)
  • Enforce 100% unit test coverage on pull requests (a446098)
  • Guard checkout-index nonexistent-path spec for git < 2.30.0 (cf212a9)
  • Guard worktree repair spec for git < 2.29.0 (c527fb1)
  • merge: Fix incorrect version-gated failure expectation in quit_spec (24c5ba4)
  • Read the gem version without loading lib/git/version.rb (45c4b14)
  • Require git 2.39.0 for maintenance register/unregister --config-file specs (5b1fd52)
  • Skip get-urlmatch scope spec on git < 2.42.0 (e1ede7a)
  • Upgrade simplecov and simplecov-rspec to ~> 1.0 (65e92b9)

5.0.2 (2026-08-02)

Bug Fixes

  • Add bin/build-git-versions and bin/test-git-versions scripts (3314503)

Other Changes

... (truncated)

Commits
  • 0028412 chore: release v5.0.3
  • d378c1e docs: document the project test coverage policy
  • a446098 ci: enforce 100% unit test coverage on pull requests
  • 45c4b14 build: read the gem version without loading lib/git/version.rb
  • 74e919a fix: remove unreachable nil check in Git::Parsers::Grep.parse
  • 47fb7fe test: cover normalize_fetch_keys with a String option key
  • 03b10f6 test: cover Git::Parsers::Remote.apply_pair unrecognized-variable branch
  • 98b9ebf test: cover Git::Parsers::LsTree.parse with no tab-separated filename
  • b7a9ed9 test: cover Git::Parsers::CatFile.each_header without trailing separator
  • efeba22 test: cover :index option in Git::Factories#worktree_open_options_after_init
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch-updates group with 1 update: [git](https://github.com/ruby-git/ruby-git).


Updates `git` from 5.0.1 to 5.0.3
- [Release notes](https://github.com/ruby-git/ruby-git/releases)
- [Changelog](https://github.com/ruby-git/ruby-git/blob/main/CHANGELOG.md)
- [Commits](ruby-git/ruby-git@v5.0.1...v5.0.3)

---
updated-dependencies:
- dependency-name: git
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 21, 2026
@dependabot
dependabot Bot requested a review from neilvcarvalho as a code owner August 21, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants