From 7af545d819f0dfe0bfb0d6b78d41072ea7bd7fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 03:14:59 +0000 Subject: [PATCH] Bump octokit from 6.1.1 to 7.2.0 in /release_sync Bumps [octokit](https://github.com/octokit/octokit.rb) from 6.1.1 to 7.2.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.2.0) --- updated-dependencies: - dependency-name: octokit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- release_sync/Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/release_sync/Gemfile.lock b/release_sync/Gemfile.lock index 9735f7e..85e7e40 100644 --- a/release_sync/Gemfile.lock +++ b/release_sync/Gemfile.lock @@ -6,10 +6,12 @@ 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) + base64 (0.1.1) concurrent-ruby (1.2.2) - faraday (2.7.10) + faraday (2.7.11) + base64 faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) @@ -22,7 +24,7 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) minitest (5.18.1) - octokit (6.1.1) + octokit (7.2.0) faraday (>= 1, < 3) sawyer (~> 0.9) public_suffix (5.0.3)