From 0a92ba467fce5a40bd64fa40e58444d868d90956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 08:11:41 +0000 Subject: [PATCH] Bump octokit from 4.21.0 to 6.0.0 Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.21.0 to 6.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/v4.21.0...v6.0.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 | 32 +++++++++++++------------------- 2 files changed, 14 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index 273f4601a7e..ff8a43786ca 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" group :test do gem "fastimage" gem "minitest" - gem "octokit", "~> 4.21" + gem "octokit", "~> 6.0" gem "pry", require: false gem "rake" gem "rubocop" diff --git a/Gemfile.lock b/Gemfile.lock index 05b4f779db8..65be75278a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,33 +1,27 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) coderay (1.1.3) - faraday (1.4.1) - faraday-excon (~> 1.1) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.1) - multipart-post (>= 1.2, < 3) + faraday (2.6.0) + faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) - faraday-excon (1.1.0) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.1.0) + faraday-net_http (3.0.1) fastimage (2.2.3) method_source (1.0.0) minitest (5.14.4) - multipart-post (2.1.1) - octokit (4.21.0) - faraday (>= 0.9) - sawyer (~> 0.8.0, >= 0.5.3) + octokit (6.0.0) + faraday (>= 1, < 3) + sawyer (~> 0.9) parallel (1.20.1) parser (3.0.1.1) ast (~> 2.4.1) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.6) + public_suffix (5.0.0) rainbow (3.0.0) rake (13.0.3) regexp_parser (2.1.1) @@ -47,11 +41,11 @@ GEM rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.11.0) - ruby2_keywords (0.0.4) + ruby2_keywords (0.0.5) safe_yaml (1.0.5) - sawyer (0.8.2) + sawyer (0.9.2) addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) + faraday (>= 0.17.3, < 3) unicode-display_width (2.0.0) PLATFORMS @@ -60,7 +54,7 @@ PLATFORMS DEPENDENCIES fastimage minitest - octokit (~> 4.21) + octokit (~> 6.0) pry rake rubocop