From 0c15295fbc574fe6f238192ebd577263377f94c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 20:41:38 +0000 Subject: [PATCH] Update dependency octokit to v9 --- Gemfile | 2 +- Gemfile.lock | 25 ++++++++++++++++--------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 078ca519..05c82722 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'rugged', :require => false gem 'faraday' gem 'faraday-http-cache', '~> 2.5.0' -gem 'octokit', '~> 4.8.0', :require => false +gem 'octokit', '~> 9.1.0', :require => false group :development, :test do gem 'rspec' diff --git a/Gemfile.lock b/Gemfile.lock index f5285108..54bab54d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,10 +90,14 @@ GEM factory_bot_rails (6.4.3) factory_bot (~> 6.4) railties (>= 5.0.0) - faraday (0.17.6) - multipart-post (>= 1.2, < 3) + faraday (2.12.0) + faraday-net_http (>= 2.0, < 3.4) + json + logger faraday-http-cache (2.5.1) faraday (>= 0.8) + faraday-net_http (3.3.0) + net-http ffi (1.17.0) ffi (1.17.0-arm64-darwin) ffi (1.17.0-x86_64-linux-gnu) @@ -153,7 +157,8 @@ GEM more_core_extensions (4.5.0) activesupport sync - multipart-post (2.4.1) + net-http (0.4.1) + uri net-imap (0.4.13) date net-protocol @@ -172,8 +177,9 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - octokit (4.8.0) - sawyer (~> 0.8.0, >= 0.5.3) + octokit (9.1.0) + faraday (>= 1, < 3) + sawyer (~> 0.9) optimist (3.1.0) ostruct (0.6.0) parallel (1.26.3) @@ -183,7 +189,7 @@ GEM pg (1.5.8) psych (5.1.2) stringio - public_suffix (5.1.1) + public_suffix (6.0.1) puma (6.4.3) nio4r (~> 2.0) raabro (1.4.0) @@ -292,9 +298,9 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - sawyer (0.8.2) + sawyer (0.9.2) addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) + faraday (>= 0.17.3, < 3) sidecloq (0.5.0) concurrent-ruby redis-client (>= 0.14.0) @@ -335,6 +341,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) + uri (0.13.1) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -365,7 +372,7 @@ DEPENDENCIES minigit (~> 0.0.4) more_core_extensions (~> 4.4) net-ssh (~> 7.3.0) - octokit (~> 4.8.0) + octokit (~> 9.1.0) pg puma rails (~> 6.1.0, >= 6.1.7.8)