From 47f9d2d46320886ff87b0a401e6489c4181eed76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 12:15:26 +0000 Subject: [PATCH] Bump git from 5.0.3 to 5.1.0 in the minor-updates group 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](https://github.com/ruby-git/ruby-git/compare/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] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ba1a5cb..f96da71 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" ruby ">= 3.2" gem "octokit" -gem "git", "~> 5.0" +gem "git", "~> 5.1" group :development, :test do gem "rake" diff --git a/Gemfile.lock b/Gemfile.lock index 870e559..3c1a84d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM logger faraday-net_http (3.4.3) net-http (~> 0.5) - git (5.0.3) + git (5.1.0) activesupport (>= 5.0) addressable (~> 2.8) process_executer (~> 4.0) @@ -53,7 +53,7 @@ GEM ast (~> 2.4.1) racc prism (1.9.0) - process_executer (4.0.4) + process_executer (4.1.1) track_open_instances (~> 0.1) public_suffix (7.0.5) racc (1.8.1) @@ -111,7 +111,7 @@ PLATFORMS ruby DEPENDENCIES - git (~> 5.0) + git (~> 5.1) minitest minitest-mock (~> 5.27) octokit