Skip to content

Bump git from 5.0.2 to 5.0.4 - #131

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/git-5.0.4
Closed

Bump git from 5.0.2 to 5.0.4#131
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/git-5.0.4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps git from 5.0.2 to 5.0.4.

Release notes

Sourced from git's releases.

v5.0.4

5.0.4 (2026-08-07)

Bug Fixes

  • Return the full ref path in the ls_remote :ref value (34b0b06), closes #1416

Other Changes

  • Pin the locale for the CommandLine::Capturing integration spec (6040867)

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)

... (truncated)

Changelog

Sourced from git's changelog.

5.0.4 (2026-08-07)

Bug Fixes

  • Return the full ref path in the ls_remote :ref value (34b0b06), closes #1416

Other Changes

  • Pin the locale for the CommandLine::Capturing integration spec (6040867)

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)

... (truncated)

Commits
  • 3af86a4 chore: release v5.0.4
  • 6040867 test: pin the locale for the CommandLine::Capturing integration spec
  • 34b0b06 fix: return the full ref path in the ls_remote :ref value
  • 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
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [git](https://github.com/ruby-git/ruby-git) from 5.0.2 to 5.0.4.
- [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.2...v5.0.4)

---
updated-dependencies:
- dependency-name: git
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 11, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #138.

@dependabot dependabot Bot closed this Aug 18, 2026
@dependabot
dependabot Bot deleted the dependabot/bundler/git-5.0.4 branch August 18, 2026 03: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