From 92bafc4e841d546d62141a3a4a4ab3520fcfb349 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:43:41 +0000 Subject: [PATCH] chore(deps): update dependency octokit to v10 --- toolbox/github/Gemfile | 2 +- toolbox/github/Gemfile.lock | 29 ++++++++++++++++++----------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/toolbox/github/Gemfile b/toolbox/github/Gemfile index d5f3a38..a3553dd 100644 --- a/toolbox/github/Gemfile +++ b/toolbox/github/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem 'git', '~>1.18' -gem 'octokit', '~>6.1' \ No newline at end of file +gem 'octokit', '~>10.0' \ No newline at end of file diff --git a/toolbox/github/Gemfile.lock b/toolbox/github/Gemfile.lock index 09032fd..e23e1e3 100644 --- a/toolbox/github/Gemfile.lock +++ b/toolbox/github/Gemfile.lock @@ -1,32 +1,39 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.4) - public_suffix (>= 2.0.2, < 6.0) - faraday (2.7.8) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + faraday (2.14.0) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) git (1.18.0) addressable (~> 2.8) rchardet (~> 1.8) - octokit (6.1.1) + json (2.16.0) + logger (1.7.0) + net-http (0.8.0) + uri (>= 0.11.1) + octokit (10.0.0) faraday (>= 1, < 3) sawyer (~> 0.9) - public_suffix (5.0.1) + public_suffix (6.0.2) rchardet (1.8.0) - ruby2_keywords (0.0.5) - sawyer (0.9.2) + sawyer (0.9.3) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) + uri (1.1.1) PLATFORMS x86_64-darwin-21 x86_64-darwin-23 + x86_64-linux DEPENDENCIES git (~> 1.18) - octokit (~> 6.1) + octokit (~> 10.0) BUNDLED WITH 2.4.13