From 755ab59ef066a081459e1659f3169addef0863ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 04:39:02 +0000 Subject: [PATCH] Bump octokit from 6.0.1 to 7.2.0 Bumps [octokit](https://github.com/octokit/octokit.rb) from 6.0.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.0.1...v7.2.0) --- updated-dependencies: - dependency-name: octokit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index ff8a4378..66e035d0 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" group :test do gem "fastimage" gem "minitest" - gem "octokit", "~> 6.0" + gem "octokit", "~> 7.2" gem "pry", require: false gem "rake" gem "rubocop" diff --git a/Gemfile.lock b/Gemfile.lock index 80edb1ce..e1dc470e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) + addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) + base64 (0.1.1) coderay (1.1.3) - faraday (2.7.1) + faraday (2.7.11) + base64 faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) @@ -13,7 +15,7 @@ GEM json (2.6.2) method_source (1.0.0) minitest (5.15.0) - octokit (6.0.1) + octokit (7.2.0) faraday (>= 1, < 3) sawyer (~> 0.9) parallel (1.22.1) @@ -22,7 +24,7 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.1) + public_suffix (5.0.3) rainbow (3.1.1) rake (13.0.6) regexp_parser (2.6.1) @@ -56,7 +58,7 @@ PLATFORMS DEPENDENCIES fastimage minitest - octokit (~> 6.0) + octokit (~> 7.2) pry rake rubocop