From 483cd2b21880877eccc32af8a34ed44e08fb75bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:27:44 +0000 Subject: [PATCH] Bump git from 1.3.0 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.3.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.3.0...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3613ccb..df5eb81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,8 +6,8 @@ GEM i18n (~> 0.7) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.1) - public_suffix (~> 2.0, >= 2.0.2) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) builder (3.2.3) concurrent-ruby (1.0.5) coveralls (0.8.19) @@ -23,7 +23,9 @@ GEM docile (1.1.5) faraday (0.9.2) multipart-post (>= 1.2, < 3) - git (1.3.0) + git (1.13.0) + addressable (~> 2.8) + rchardet (~> 1.8) github_api (0.11.3) addressable (~> 2.3) descendants_tracker (~> 0.0.1) @@ -33,7 +35,7 @@ GEM nokogiri (~> 1.6.0) oauth2 hashdiff (0.3.4) - hashie (3.5.5) + hashie (5.0.0) highline (1.7.8) httparty (0.14.0) multi_xml (>= 0.5.2) @@ -50,25 +52,26 @@ GEM rdoc semver2 json (1.8.6) - jwt (1.5.6) + jwt (2.6.0) mini_portile2 (2.1.0) minitest (5.10.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.6.8.1) mini_portile2 (~> 2.1.0) - oauth2 (1.3.1) - faraday (>= 0.8, < 0.12) - jwt (~> 1.0) + oauth2 (1.4.8) + faraday (>= 0.8, < 3.0) + jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) power_assert (0.2.6) psych (2.2.4) - public_suffix (2.0.5) - rack (2.0.1) + public_suffix (5.0.1) + rack (2.2.5) rake (12.0.0) + rchardet (1.8.0) rdoc (3.12.2) json (~> 1.4) safe_yaml (1.0.4)