From 9b2d7782fb318e575aed5638a569ed2f3d953a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 03:18:20 +0000 Subject: [PATCH] Bump git from 1.3.0 to 1.13.1 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.3.0 to 1.13.1. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-git/ruby-git/compare/v1.3.0...v1.13.1) --- updated-dependencies: - dependency-name: git dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 61 +++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 44 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d421e18..40a5bb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,23 +7,47 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - addressable (2.4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) bio (1.5.1) builder (3.2.3) concurrent-ruby (1.1.6) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) docile (1.1.5) - faraday (0.9.2) - multipart-post (>= 1.2, < 3) - git (1.3.0) - github_api (0.14.5) - addressable (~> 2.4.0) + faraday (1.10.3) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + 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.4) + multipart-post (~> 2) + 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) + git (1.13.1) + addressable (~> 2.8) + rchardet (~> 1.8) + github_api (0.19.0) + addressable (~> 2.4) descendants_tracker (~> 0.0.4) - faraday (~> 0.8, < 0.10) - hashie (>= 3.4) + faraday (>= 0.8, < 2) + hashie (~> 3.5, >= 3.5.2) oauth2 (~> 1.0) - hashie (3.4.6) + hashie (3.6.0) highline (1.7.8) i18n (1.8.3) concurrent-ruby (~> 1.0) @@ -38,24 +62,27 @@ GEM rake rdoc semver - jwt (1.5.6) + jwt (2.6.0) mini_portile2 (2.4.0) minitest (5.14.1) - multi_json (1.12.1) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.0.0) + multipart-post (2.2.3) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) - oauth2 (1.3.0) - faraday (>= 0.8, < 0.11) - jwt (~> 1.0) + oauth2 (1.4.11) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) - rack (2.2.3) + rack (>= 1.2, < 4) + public_suffix (5.0.1) + rack (3.0.4.1) rake (13.0.1) + rchardet (1.8.0) rdoc (3.12.2) json (~> 1.4) + ruby2_keywords (0.0.5) semver (1.0.1) shoulda (3.5.0) shoulda-context (~> 1.0, >= 1.0.1)