From 5be5d10d368c566f114193eb9c3b13d8c48b4732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:13:40 +0000 Subject: [PATCH] Bump git from 5.1.0 to 5.3.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.1.0 to 5.3.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.1.0...v5.3.0) --- updated-dependencies: - dependency-name: git dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index f96da71..47fa602 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" ruby ">= 3.2" gem "octokit" -gem "git", "~> 5.1" +gem "git", "~> 5.3" group :development, :test do gem "rake" diff --git a/Gemfile.lock b/Gemfile.lock index 3c1a84d..639a95b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) base64 (0.3.0) - bigdecimal (4.1.2) + bigdecimal (4.1.3) concurrent-ruby (1.3.8) connection_pool (3.0.2) drb (2.2.3) @@ -28,10 +28,10 @@ GEM logger faraday-net_http (3.4.3) net-http (~> 0.5) - git (5.1.0) + git (5.3.0) activesupport (>= 5.0) addressable (~> 2.8) - process_executer (~> 4.0) + process_executer (~> 4.1) rchardet (~> 1.9) i18n (1.15.2) concurrent-ruby (~> 1.0) @@ -111,7 +111,7 @@ PLATFORMS ruby DEPENDENCIES - git (~> 5.1) + git (~> 5.3) minitest minitest-mock (~> 5.27) octokit