From 4393e5cf6622408e236e3936a57e4f171326c4e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 08:50:17 +0100 Subject: [PATCH] Upgrade: Bump octokit from 6.1.1 to 7.1.0 (#4098) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [octokit](https://github.com/octokit/octokit.rb) from 6.1.1 to 7.1.0.
Release notes

Sourced from octokit's releases.

v7.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/octokit/octokit.rb/compare/v7.0.0...v7.1.0

v7.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/octokit/octokit.rb/compare/v6.1.1...v7.0.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=octokit&package-manager=bundler&previous-version=6.1.1&new-version=7.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 5a11b83ab1..c9d3dd9f4e 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'inline_svg', '~> 1.9' gem 'kramdown', '~> 2.4' gem 'newrelic_rpm', '~> 9.3' gem 'noticed', '~> 1.6' -gem 'octokit', '~> 6.1' +gem 'octokit', '~> 7.1' gem 'omniauth-github', '~> 2.0.1' gem 'omniauth-google-oauth2', '~> 1.1.1' gem 'omniauth-rails_csrf_protection', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6ffaf20709..305ce7a331 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.4) + addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) arbre (1.6.0) activesupport (>= 3.0.0, < 7.1) @@ -167,7 +167,7 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faraday (2.7.5) + faraday (2.7.10) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) @@ -319,7 +319,7 @@ GEM rack (>= 1.2, < 4) snaky_hash (~> 2.0) version_gem (~> 1.1) - octokit (6.1.1) + octokit (7.1.0) faraday (>= 1, < 3) sawyer (~> 0.9) omniauth (2.1.1) @@ -347,7 +347,7 @@ GEM ast (~> 2.4.1) racc pg (1.5.3) - public_suffix (5.0.1) + public_suffix (5.0.3) puma (6.3.1) nio4r (~> 2.0) racc (1.7.1) @@ -605,7 +605,7 @@ DEPENDENCIES lookbook (~> 2.0.5) newrelic_rpm (~> 9.3) noticed (~> 1.6) - octokit (~> 6.1) + octokit (~> 7.1) omniauth-github (~> 2.0.1) omniauth-google-oauth2 (~> 1.1.1) omniauth-rails_csrf_protection (~> 1.0)