From 234fbe9c8dbaca810425a920f73b2ec5c1eb553d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:46:29 +0000 Subject: [PATCH] chore(deps): update dependency git to v4 --- toolbox/github/Gemfile | 2 +- toolbox/github/Gemfile.lock | 50 +++++++++++++++++++++++++++++++------ 2 files changed, 44 insertions(+), 8 deletions(-) diff --git a/toolbox/github/Gemfile b/toolbox/github/Gemfile index d5f3a38..3d3b7de 100644 --- a/toolbox/github/Gemfile +++ b/toolbox/github/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'git', '~>1.18' +gem 'git', '~>4.0' gem 'octokit', '~>6.1' \ No newline at end of file diff --git a/toolbox/github/Gemfile.lock b/toolbox/github/Gemfile.lock index 09032fd..d8d0a36 100644 --- a/toolbox/github/Gemfile.lock +++ b/toolbox/github/Gemfile.lock @@ -1,31 +1,67 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.4) - public_suffix (>= 2.0.2, < 6.0) + activesupport (8.1.3) + base64 + 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.9) + public_suffix (>= 2.0.2, < 8.0) + base64 (0.3.0) + bigdecimal (4.1.0) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) + drb (2.2.3) faraday (2.7.8) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) - git (1.18.0) + git (4.3.2) + activesupport (>= 5.0) addressable (~> 2.8) - rchardet (~> 1.8) + process_executer (~> 4.0) + rchardet (~> 1.9) + i18n (1.14.8) + concurrent-ruby (~> 1.0) + json (2.19.3) + logger (1.7.0) + minitest (6.0.2) + drb (~> 2.0) + prism (~> 1.5) octokit (6.1.1) faraday (>= 1, < 3) sawyer (~> 0.9) - public_suffix (5.0.1) - rchardet (1.8.0) + prism (1.9.0) + process_executer (4.0.2) + track_open_instances (~> 0.1) + public_suffix (7.0.5) + rchardet (1.10.0) ruby2_keywords (0.0.5) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) + securerandom (0.4.1) + track_open_instances (0.1.15) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + uri (1.1.1) PLATFORMS x86_64-darwin-21 x86_64-darwin-23 + x86_64-linux DEPENDENCIES - git (~> 1.18) + git (~> 4.0) octokit (~> 6.1) BUNDLED WITH