From f78a517f1be7d4d6193e55b12f4b6b8ca2f1ed14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 16:39:58 +0000 Subject: [PATCH] Bump octokit from 6.1.1 to 10.0.0 --- updated-dependencies: - dependency-name: octokit dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 65227c9..7fd5fd6 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem "sidekiq" gem "omniauth" gem "omniauth-github" gem "omniauth-rails_csrf_protection" -gem "octokit", "~> 6.0" +gem "octokit", "~> 10.0" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem diff --git a/Gemfile.lock b/Gemfile.lock index 6162a3f..3de640f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) - json (2.12.2) + json (2.13.0) jwt (3.1.2) base64 kamal (2.7.0) @@ -205,7 +205,7 @@ GEM rack (>= 1.2, < 4) snaky_hash (~> 2.0, >= 2.0.3) version_gem (>= 1.1.8, < 3) - octokit (6.1.1) + octokit (10.0.0) faraday (>= 1, < 3) sawyer (~> 0.9) omniauth (2.1.3) @@ -425,7 +425,7 @@ DEPENDENCIES importmap-rails jbuilder kamal - octokit (~> 6.0) + octokit (~> 10.0) omniauth omniauth-github omniauth-rails_csrf_protection