From 27442049b1766297cb2e6846006ac359bb9623d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:03:27 +0100 Subject: [PATCH] chore(deps): Bump octokit from 8.0.0 to 8.1.0 (#1289) Bumps [octokit](https://github.com/octokit/octokit.rb) from 8.0.0 to 8.1.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/v8.0.0...v8.1.0) --- updated-dependencies: - dependency-name: octokit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 38ef516c0f..7da2003b52 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "kramdown" gem "rake" ## To retrieve a list of contributors from GitHub gem "faraday-retry", "~> 2.2" -gem "octokit", "~> 8.0" +gem "octokit", "~> 8.1" ## To generate ERB files from ronn files from rubygems/rubygems gem "nronn" ## To strip (man:strip_pages) diff --git a/Gemfile.lock b/Gemfile.lock index 6f2836b2a2..61ab87765e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) - base64 (0.1.1) + base64 (0.2.0) bigdecimal (3.1.6) builder (3.2.4) byebug (11.1.3) @@ -81,11 +81,10 @@ GEM ruby2_keywords erubis (2.7.0) execjs (2.9.1) - faraday (2.7.11) - base64 - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) + faraday-net_http (3.1.0) + net-http faraday-retry (2.2.0) faraday (~> 2.0) fastimage (2.3.0) @@ -135,6 +134,8 @@ GEM minitest (5.21.2) mustache (1.1.1) mutex_m (0.2.0) + net-http (0.4.1) + uri nokogiri (1.16.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -147,7 +148,8 @@ GEM kramdown-parser-gfm (>= 1.0.1, < 1.2) mustache (~> 1.0) nokogiri (~> 1.10, >= 1.10.10) - octokit (8.0.0) + octokit (8.1.0) + base64 faraday (>= 1, < 3) sawyer (~> 0.9) oj (3.16.3) @@ -226,6 +228,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) + uri (0.13.0) webrick (1.8.1) PLATFORMS @@ -246,7 +249,7 @@ DEPENDENCIES middleman-syntax nokogiri (~> 1.16) nronn - octokit (~> 8.0) + octokit (~> 8.1) pry-byebug rake rubocop