From 6869120e99a4d41948de3b3aec9f8c17d9882412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 07:09:20 +0000 Subject: [PATCH] Bump octokit from 6.1.1 to 7.0.0 Bumps [octokit](https://github.com/octokit/octokit.rb) from 6.1.1 to 7.0.0. - [Release notes](https://github.com/octokit/octokit.rb/releases) - [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md) - [Commits](https://github.com/octokit/octokit.rb/compare/v6.1.1...v7.0.0) --- updated-dependencies: - dependency-name: octokit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4e837e8..b2efc37 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.3) + addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) airbrake-ruby (6.2.1) rbtree3 (~> 0.6) @@ -26,14 +26,14 @@ GEM concurrent-ruby (~> 1.0) json (2.6.3) minitest (5.18.0) - octokit (6.1.1) + octokit (7.0.0) faraday (>= 1, < 3) sawyer (~> 0.9) parallel (1.23.0) parser (3.2.2.3) ast (~> 2.4.1) racc - public_suffix (5.0.1) + public_suffix (5.0.3) racc (1.7.1) rack (3.0.8) rainbow (3.1.1)