From bba56c1e4cd6103f9d04ee724fe50d36e573f839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 08:20:17 +0000 Subject: [PATCH] chore(deps): Bump octokit from 7.0.0 to 7.1.0 (#1213) Bumps [octokit](https://github.com/octokit/octokit.rb) from 7.0.0 to 7.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/v7.0.0...v7.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index b1836ab8a7..efa7de2eb1 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", "~> 7.0" +gem "octokit", "~> 7.1" ## To generate ERB files from ronn files from rubygems/rubygems gem "ronn-ng", github: "apjanke/ronn-ng" ## To strip (man:strip_pages) diff --git a/Gemfile.lock b/Gemfile.lock index a2b529a931..a2ba84fe54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ 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) ast (2.4.2) base64 (0.1.1) @@ -140,7 +140,7 @@ GEM racc (~> 1.4) nokogiri (1.15.4-x86_64-linux) racc (~> 1.4) - octokit (7.0.0) + octokit (7.1.0) faraday (>= 1, < 3) sawyer (~> 0.9) oj (3.13.23) @@ -233,7 +233,7 @@ DEPENDENCIES middleman-search! middleman-syntax nokogiri (~> 1.15) - octokit (~> 7.0) + octokit (~> 7.1) pry-byebug rake ronn-ng!