Skip to content

Bump git from 4.0.0 to 4.0.1 #247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025
Merged

Bump git from 4.0.0 to 4.0.1 #247

merged 1 commit into from
Jul 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps git from 4.0.0 to 4.0.1.

Release notes

Sourced from git's releases.

v4.0.1

4.0.1 (2025-07-06)

Bug Fixes

  • Fix Rubocop Layout/LineLength offense (52d80ac)
  • Fix Rubocop Lint/EmptyBlock offense (9081f0f)
  • Fix Rubocop Lint/MissingSuper offense (e9e91a8)
  • Fix Rubocop Lint/StructNewOverride offense (141c2cf)
  • Fix Rubocop Lint/SuppressedException offense (4372a20)
  • Fix Rubocop Lint/UselessConstantScoping offense (54c4a3b)
  • Fix Rubocop Metrics/AbcSize offense (256d860)
  • Fix Rubocop Metrics/BlockLength offense (9c856ba)
  • Fix Rubocop Metrics/ClassLength offense (exclude tests) (d70c800)
  • Fix Rubocop Metrics/ClassLength offense (refactor Git::Log) (1aae57a)
  • Fix Rubocop Metrics/ClassLength offense (refactor Git::Status) (e3a378b)
  • Fix Rubocop Metrics/CyclomaticComplexity offense (abfcf94)
  • Fix Rubocop Metrics/MethodLength offense (e708c36)
  • Fix Rubocop Metrics/ParameterLists offense (c7946b0)
  • Fix Rubocop Metrics/PerceivedComplexity offense (5dd5e0c)
  • Fix Rubocop Naming/AccessorMethodName offense (e9d9c4f)
  • Fix Rubocop Naming/HeredocDelimiterNaming offense (b4297a5)
  • Fix Rubocop Naming/PredicateMethod offense (d33f7a8)
  • Fix Rubocop Naming/PredicatePrefix offense (57edc79)
  • Fix Rubocop Naming/VariableNumber offense (3fba6fa)
  • Fix Rubocop Style/ClassVars offense (a2f651a)
  • Fix Rubocop Style/Documentation offense (e80c27d)
  • Fix Rubocop Style/IfUnlessModifier offense (c974832)
  • Fix Rubocop Style/MultilineBlockChain offense (dd4e4ec)
  • Fix Rubocop Style/OptionalBooleanParameter offense (c010a86)
  • Fix typo in status.rb (284fae7)
  • Remove duplicate methods found by rubocop (bd691c5)
  • Result of running rake rubocop:autocorrect (8f1e3bb)
  • Result of running rake rubocop:autocorrect_all (5c75783)

Other Changes

  • Add rubocop todo file to silence known offenses until they can be fixed (2c36f8c)
  • Avoid deprecated dsa for tests keys (1da8c28)
  • Fix yarddoc error caused by rubocop autocorrect (58c4af3)
  • Integrate Rubocop with the project (a04297d)
  • Rename Gem::Specification variable from s to spec (4d976c4)
Changelog

Sourced from git's changelog.

4.0.1 (2025-07-06)

Bug Fixes

  • Fix Rubocop Layout/LineLength offense (52d80ac)
  • Fix Rubocop Lint/EmptyBlock offense (9081f0f)
  • Fix Rubocop Lint/MissingSuper offense (e9e91a8)
  • Fix Rubocop Lint/StructNewOverride offense (141c2cf)
  • Fix Rubocop Lint/SuppressedException offense (4372a20)
  • Fix Rubocop Lint/UselessConstantScoping offense (54c4a3b)
  • Fix Rubocop Metrics/AbcSize offense (256d860)
  • Fix Rubocop Metrics/BlockLength offense (9c856ba)
  • Fix Rubocop Metrics/ClassLength offense (exclude tests) (d70c800)
  • Fix Rubocop Metrics/ClassLength offense (refactor Git::Log) (1aae57a)
  • Fix Rubocop Metrics/ClassLength offense (refactor Git::Status) (e3a378b)
  • Fix Rubocop Metrics/CyclomaticComplexity offense (abfcf94)
  • Fix Rubocop Metrics/MethodLength offense (e708c36)
  • Fix Rubocop Metrics/ParameterLists offense (c7946b0)
  • Fix Rubocop Metrics/PerceivedComplexity offense (5dd5e0c)
  • Fix Rubocop Naming/AccessorMethodName offense (e9d9c4f)
  • Fix Rubocop Naming/HeredocDelimiterNaming offense (b4297a5)
  • Fix Rubocop Naming/PredicateMethod offense (d33f7a8)
  • Fix Rubocop Naming/PredicatePrefix offense (57edc79)
  • Fix Rubocop Naming/VariableNumber offense (3fba6fa)
  • Fix Rubocop Style/ClassVars offense (a2f651a)
  • Fix Rubocop Style/Documentation offense (e80c27d)
  • Fix Rubocop Style/IfUnlessModifier offense (c974832)
  • Fix Rubocop Style/MultilineBlockChain offense (dd4e4ec)
  • Fix Rubocop Style/OptionalBooleanParameter offense (c010a86)
  • Fix typo in status.rb (284fae7)
  • Remove duplicate methods found by rubocop (bd691c5)
  • Result of running rake rubocop:autocorrect (8f1e3bb)
  • Result of running rake rubocop:autocorrect_all (5c75783)

Other Changes

  • Add rubocop todo file to silence known offenses until they can be fixed (2c36f8c)
  • Avoid deprecated dsa for tests keys (1da8c28)
  • Fix yarddoc error caused by rubocop autocorrect (58c4af3)
  • Integrate Rubocop with the project (a04297d)
  • Rename Gem::Specification variable from s to spec (4d976c4)
Commits
  • 5613c32 chore: release v4.0.1
  • 1aae57a fix: fix Rubocop Metrics/ClassLength offense (refactor Git::Log)
  • e3a378b fix: fix Rubocop Metrics/ClassLength offense (refactor Git::Status)
  • d70c800 fix: fix Rubocop Metrics/ClassLength offense (exclude tests)
  • 256d860 fix: fix Rubocop Metrics/AbcSize offense
  • abfcf94 fix: fix Rubocop Metrics/CyclomaticComplexity offense
  • 5dd5e0c fix: fix Rubocop Metrics/PerceivedComplexity offense
  • 1da8c28 test: avoid deprecated dsa for tests keys
  • e708c36 fix: fix Rubocop Metrics/MethodLength offense
  • 284fae7 fix: fix typo in status.rb
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 4.0.0 to 4.0.1.
- [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@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: git
  dependency-version: 4.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jul 7, 2025
@dependabot dependabot bot requested a review from matz as a code owner July 7, 2025 21:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jul 7, 2025
@matz matz merged commit 1005d31 into master Jul 7, 2025
2 checks passed
@matz matz deleted the dependabot/bundler/git-4.0.1 branch July 7, 2025 21:55
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