Skip to content

Bump git from 5.0.3 to 5.1.0 in the minor-updates group - #32

Merged
neilvcarvalho merged 1 commit into
mainfrom
dependabot/bundler/minor-updates-ed2840e002
Sep 4, 2026
Merged

Bump git from 5.0.3 to 5.1.0 in the minor-updates group#32
neilvcarvalho merged 1 commit into
mainfrom
dependabot/bundler/minor-updates-ed2840e002

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

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

Updates git from 5.0.3 to 5.1.0

Release notes

Sourced from git's releases.

v5.1.0

5.1.0 (2026-08-18)

Features

  • grep: Expose perl_regexp on the Git::Repository#grep facade (759436f)
  • log: Expose perl_regexp on the log path (df8ea33)

Other Changes

  • Add fiddle as a Windows development dependency (1847989)
  • Bound the locale job's apt step so a stalled mirror fails fast (3a5d83b)
  • Cover the perl_regexp escape hatch for non-ASCII regex matching (55e2ded)
  • Document the Git for Windows byte-matching regex limitation (9aaedbd)
  • Document the windows symlink privilege requirement (696dff3)
  • Express development dependency conditions as named predicates (acca20a)
  • Fix a broken section link in the pre-review checklist (719f595)
  • Make integration fixtures independent of git and platform settings (c2a1592)
  • Pin rubocop to lf line endings (7f40413)
  • Pin test repository config from a single source (6e227b7)
  • Scope the symlink rescue to the symlink call (c2bed8f)
  • Skip the symlink specs when the host cannot create symlinks (8e9b667)

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)

... (truncated)

Changelog

Sourced from git's changelog.

5.1.0 (2026-08-18)

Features

  • grep: Expose perl_regexp on the Git::Repository#grep facade (759436f)
  • log: Expose perl_regexp on the log path (df8ea33)

Other Changes

  • Add fiddle as a Windows development dependency (1847989)
  • Bound the locale job's apt step so a stalled mirror fails fast (3a5d83b)
  • Cover the perl_regexp escape hatch for non-ASCII regex matching (55e2ded)
  • Document the Git for Windows byte-matching regex limitation (9aaedbd)
  • Document the windows symlink privilege requirement (696dff3)
  • Express development dependency conditions as named predicates (acca20a)
  • Fix a broken section link in the pre-review checklist (719f595)
  • Make integration fixtures independent of git and platform settings (c2a1592)
  • Pin rubocop to lf line endings (7f40413)
  • Pin test repository config from a single source (6e227b7)
  • Scope the symlink rescue to the symlink call (c2bed8f)
  • Skip the symlink specs when the host cannot create symlinks (8e9b667)

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

... (truncated)

Commits
  • 96537e3 chore: release v5.1.0
  • 3a5d83b ci: bound the locale job's apt step so a stalled mirror fails fast
  • 719f595 docs: fix a broken section link in the pre-review checklist
  • acca20a refactor: express development dependency conditions as named predicates
  • 1847989 build: add fiddle as a Windows development dependency
  • 6e227b7 test: pin test repository config from a single source
  • c2bed8f test: scope the symlink rescue to the symlink call
  • c2a1592 test: make integration fixtures independent of git and platform settings
  • 696dff3 docs: document the windows symlink privilege requirement
  • 8e9b667 test: skip the symlink specs when the host cannot create symlinks
  • 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 minor-updates group with 1 update: [git](https://github.com/ruby-git/ruby-git).


Updates `git` from 5.0.3 to 5.1.0
- [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.3...v5.1.0)

---
updated-dependencies:
- dependency-name: git
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-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 Sep 4, 2026
@dependabot
dependabot Bot requested a review from neilvcarvalho as a code owner September 4, 2026 12:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 4, 2026
@neilvcarvalho
neilvcarvalho merged commit 018fe9e into main Sep 4, 2026
6 checks passed
@neilvcarvalho
neilvcarvalho deleted the dependabot/bundler/minor-updates-ed2840e002 branch September 4, 2026 12:45
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.

1 participant