From 7987be5856380720ffde92b6c9c181d627e449d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 14:32:44 +0000 Subject: [PATCH] Bump octokit from 4.23.0 to 4.25.0 Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.23.0 to 4.25.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.23.0...v4.25.0) --- updated-dependencies: - dependency-name: octokit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 514fb63..848e99f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -gem "octokit", "~> 4.23" +gem "octokit", "~> 4.25" gem "activesupport", "~> 6.1.1" group :test, :development do diff --git a/Gemfile.lock b/Gemfile.lock index f85ab72..6303398 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM i18n (1.8.7) concurrent-ruby (~> 1.0) minitest (5.14.3) - octokit (4.23.0) + octokit (4.25.0) faraday (>= 1, < 3) sawyer (~> 0.9) parallel (1.20.1) @@ -59,7 +59,7 @@ GEM rubocop-ast (>= 0.4.0) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) - sawyer (0.9.1) + sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) standard (1.1.7) @@ -77,7 +77,7 @@ PLATFORMS DEPENDENCIES activesupport (~> 6.1.1) byebug - octokit (~> 4.23) + octokit (~> 4.25) rspec standard