From 0da1b08c06fefb40409a1ccee4d634e95aa0776d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 01:28:51 +0000 Subject: [PATCH] Bump git from 2.3.3 to 4.0.5 Bumps [git](https://github.com/ruby-git/ruby-git) from 2.3.3 to 4.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](https://github.com/ruby-git/ruby-git/compare/v2.3.3...v4.0.5) --- updated-dependencies: - dependency-name: git dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 6e02ba6..60fcb9a 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gem "jekyll", "~> 4.3.4" gem "just-the-docs", "~> 0.10.1" -gem "git", "~> 2.3.1" +gem "git", "~> 4.0.5" group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 43ce121..2380ad0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.2.2) + activesupport (8.0.2.1) base64 benchmark (>= 0.3) bigdecimal @@ -13,6 +13,7 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) base64 (0.3.0) @@ -29,11 +30,11 @@ GEM ffi (1.17.2-arm64-darwin) ffi (1.17.2-x86_64-linux-gnu) forwardable-extended (2.6.0) - git (2.3.3) + git (4.0.5) activesupport (>= 5.0) addressable (~> 2.8) - process_executer (~> 1.1) - rchardet (~> 1.8) + process_executer (~> 4.0) + rchardet (~> 1.9) google-protobuf (4.32.0-arm64-darwin) bigdecimal rake (>= 13) @@ -85,7 +86,8 @@ GEM minitest (5.25.5) pathutil (0.16.2) forwardable-extended (~> 2.6) - process_executer (1.3.0) + process_executer (4.0.0) + track_open_instances (~> 0.1) public_suffix (6.0.2) rake (13.3.0) rb-fsevent (0.11.2) @@ -101,9 +103,11 @@ GEM securerandom (0.4.1) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) + track_open_instances (0.1.15) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) + uri (1.0.3) webrick (1.9.1) PLATFORMS @@ -111,7 +115,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - git (~> 2.3.1) + git (~> 4.0.5) jekyll (~> 4.3.4) just-the-docs (~> 0.10.1) webrick (~> 1.8)