From a1b86892c5d2ee112d86ca22673eafc69b903b06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 09:18:38 +0000 Subject: [PATCH] Bump octokit from 4.21.0 to 4.22.0 Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.21.0 to 4.22.0. - [Release notes](https://github.com/octokit/octokit.rb/releases) - [Changelog](https://github.com/octokit/octokit.rb/blob/4-stable/RELEASE.md) - [Commits](https://github.com/octokit/octokit.rb/compare/v4.21.0...v4.22.0) --- updated-dependencies: - dependency-name: octokit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 273f4601a7e..5043a2f401d 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", "~> 4.22" gem "pry", require: false gem "rake" gem "rubocop" diff --git a/Gemfile.lock b/Gemfile.lock index 1c656658c16..d441f964122 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,30 +5,34 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) coderay (1.1.3) - faraday (1.7.0) + faraday (1.9.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.1) + faraday-net_http_persistent (~> 1.0) faraday-patron (~> 1.0) faraday-rack (~> 1.0) - multipart-post (>= 1.2, < 3) + faraday-retry (~> 1.0) ruby2_keywords (>= 0.0.4) faraday-em_http (1.0.0) faraday-em_synchrony (1.0.0) faraday-excon (1.1.0) faraday-httpclient (1.0.1) + faraday-multipart (1.0.3) + multipart-post (>= 1.2, < 3) faraday-net_http (1.0.1) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) + faraday-retry (1.0.3) fastimage (2.2.5) method_source (1.0.0) minitest (5.14.4) multipart-post (2.1.1) - octokit (4.21.0) + octokit (4.22.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) parallel (1.20.1) @@ -70,7 +74,7 @@ PLATFORMS DEPENDENCIES fastimage minitest - octokit (~> 4.21) + octokit (~> 4.22) pry rake rubocop