From ffae964709d51ab25d2af0829a20c766693c7191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:33:10 +0000 Subject: [PATCH] Bump git from 2.3.3 to 4.0.6 Bumps [git](https://github.com/ruby-git/ruby-git) from 2.3.3 to 4.0.6. - [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.6) --- updated-dependencies: - dependency-name: git dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 28 ++++++++++++++++------------ 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 600e7aa..52e06d4 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.6" gem "jekyll-redirect-from", "~> 0.16" diff --git a/Gemfile.lock b/Gemfile.lock index 6f6e644..c20f535 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,26 +1,26 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.2.2) + activesupport (8.1.1) base64 - benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + json logger (>= 1.4.2) 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) - benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.3.1) colorator (1.1.0) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) drb (2.2.3) em-websocket (0.5.3) eventmachine (>= 0.12.9) @@ -29,11 +29,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.6) 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) @@ -69,6 +69,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) + json (2.16.0) just-the-docs (0.10.1) jekyll (>= 3.8.5) jekyll-include-cache @@ -84,16 +85,17 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) mercenary (0.4.0) - minitest (5.25.5) + minitest (5.26.2) 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) rb-inotify (0.11.1) ffi (~> 1.0) - rchardet (1.9.0) + rchardet (1.10.0) rexml (3.4.1) rouge (4.6.0) safe_yaml (1.0.5) @@ -103,9 +105,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.1.1) webrick (1.9.1) PLATFORMS @@ -113,7 +117,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - git (~> 2.3.1) + git (~> 4.0.6) jekyll (~> 4.3.4) jekyll-redirect-from (~> 0.16) just-the-docs (~> 0.10.1)