From b1317443f3bc89a5ddada9eba702e8dfe6466d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:06:38 +0000 Subject: [PATCH] Bump git from 2.3.3 to 4.3.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 2.3.3 to 4.3.0. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/v4.3.0/CHANGELOG.md) - [Commits](https://github.com/ruby-git/ruby-git/compare/v2.3.3...v4.3.0) --- updated-dependencies: - dependency-name: git dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 40 +++++++++++++++++++++++----------------- 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 600e7aa..2b684fb 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.3.0" gem "jekyll-redirect-from", "~> 0.16" diff --git a/Gemfile.lock b/Gemfile.lock index 6f6e644..3d5d1ff 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.2) 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) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + uri (>= 0.13.1) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) - benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (4.0.1) colorator (1.1.0) - concurrent-ruby (1.3.5) - connection_pool (2.5.3) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) 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.3.0) 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) @@ -41,7 +41,7 @@ GEM bigdecimal rake (>= 13) http_parser.rb (0.8.0) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) jekyll (4.3.4) addressable (~> 2.4) @@ -69,6 +69,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) + json (2.18.0) just-the-docs (0.10.1) jekyll (>= 3.8.5) jekyll-include-cache @@ -84,16 +85,19 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) mercenary (0.4.0) - minitest (5.25.5) + minitest (6.0.1) + prism (~> 1.5) pathutil (0.16.2) forwardable-extended (~> 2.6) - process_executer (1.3.0) - public_suffix (6.0.2) + prism (1.8.0) + process_executer (4.0.2) + track_open_instances (~> 0.1) + public_suffix (7.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 +107,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 +119,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - git (~> 2.3.1) + git (~> 4.3.0) jekyll (~> 4.3.4) jekyll-redirect-from (~> 0.16) just-the-docs (~> 0.10.1)