From 31bcf72e0dc9e3374a2f97423c6696f2a9ac746a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:30:40 +0000 Subject: [PATCH] Bump git from 1.5.0 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.5.0 to 1.13.0. - [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.5.0...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 55 ++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 40 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 53299aa..fd95c2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,20 +7,43 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.1, >= 2.1.8) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) builder (3.2.3) concurrent-ruby (1.1.5) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) docile (1.3.2) - faraday (0.15.4) - multipart-post (>= 1.2, < 3) - git (1.5.0) - github_api (0.18.2) + faraday (1.10.2) + 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.0) + addressable (~> 2.8) + rchardet (~> 1.8) + github_api (0.19.0) addressable (~> 2.4) descendants_tracker (~> 0.0.4) - faraday (~> 0.8) + faraday (>= 0.8, < 2) hashie (~> 3.5, >= 3.5.2) oauth2 (~> 1.0) hashie (3.6.0) @@ -38,25 +61,27 @@ GEM rake rdoc semver - jwt (2.2.1) + jwt (2.6.0) mini_portile2 (2.4.0) minitest (5.11.3) - multi_json (1.13.1) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.1.1) + multipart-post (2.2.3) nokogiri (1.10.4) mini_portile2 (~> 2.4.0) - oauth2 (1.4.1) - faraday (>= 0.8, < 0.16.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) - public_suffix (4.0.1) - rack (2.0.7) + rack (>= 1.2, < 4) + public_suffix (5.0.1) + rack (3.0.3) rake (12.3.3) + rchardet (1.8.0) rdoc (3.12.2) json (~> 1.4) + ruby2_keywords (0.0.5) semver (1.0.1) shoulda (3.6.0) shoulda-context (~> 1.0, >= 1.0.1)