Skip to content

Bump git from 2.3.3 to 5.0.5 - #41

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

Bump git from 2.3.3 to 5.0.5#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/git-5.0.5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps git from 2.3.3 to 5.0.5.

Release notes

Sourced from git's releases.

v5.0.5

5.0.5 (2026-08-09)

Bug Fixes

  • Detect Darwin under JRuby when pinning LC_ALL (89bf625), closes #1669
  • Pin LC_ALL to a locale that exists on the host platform (5a4e0d6), closes #1669

Other Changes

  • Correct two imprecise claims in the build-complete comment (c4391cd), closes #1675
  • Gate merges on a matrix-free job instead of the per-matrix checks (47f2d17), closes #1675
  • Remove vestigial matrix dimensions (3a89886), closes #1676
  • Run RuboCop and YARD once instead of on every matrix job (0726964)
  • Run the suite once with en_US.UTF-8 unavailable (6e012c5), closes #1669
  • Run the test suite under a non-English locale (c65d402), closes #1670
  • Skip the All Specs Passed gate on release PRs (6dfeee0), closes #1675
  • Warm bundler caches at default-branch scope on push to main (2821477), closes #1674

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)

... (truncated)

Changelog

Sourced from git's changelog.

5.0.5 (2026-08-09)

Bug Fixes

  • Detect Darwin under JRuby when pinning LC_ALL (89bf625), closes #1669
  • Pin LC_ALL to a locale that exists on the host platform (5a4e0d6), closes #1669

Other Changes

  • Correct two imprecise claims in the build-complete comment (c4391cd), closes #1675
  • Gate merges on a matrix-free job instead of the per-matrix checks (47f2d17), closes #1675
  • Remove vestigial matrix dimensions (3a89886), closes #1676
  • Run RuboCop and YARD once instead of on every matrix job (0726964)
  • Run the suite once with en_US.UTF-8 unavailable (6e012c5), closes #1669
  • Run the test suite under a non-English locale (c65d402), closes #1670
  • Skip the All Specs Passed gate on release PRs (6dfeee0), closes #1675
  • Warm bundler caches at default-branch scope on push to main (2821477), closes #1674

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)

... (truncated)

Commits
  • 22ffce5 chore: release v5.0.5
  • c4391cd ci: correct two imprecise claims in the build-complete comment
  • 6dfeee0 ci: skip the All Specs Passed gate on release PRs
  • 6e012c5 ci: run the suite once with en_US.UTF-8 unavailable
  • 89bf625 fix: detect Darwin under JRuby when pinning LC_ALL
  • 5a4e0d6 fix: pin LC_ALL to a locale that exists on the host platform
  • 47f2d17 ci: gate merges on a matrix-free job instead of the per-matrix checks
  • c65d402 ci: run the test suite under a non-English locale
  • 3a89886 ci: remove vestigial matrix dimensions
  • 2821477 ci: warm bundler caches at default-branch scope on push to main
  • 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 2.3.3 to 5.0.5.
- [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@v2.3.3...v5.0.5)

---
updated-dependencies:
- dependency-name: git
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 17, 2026
@dependabot dependabot Bot mentioned this pull request Aug 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #42.

@dependabot dependabot Bot closed this Aug 24, 2026
@dependabot
dependabot Bot deleted the dependabot/bundler/git-5.0.5 branch August 24, 2026 13:16
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