From 25b4333ddaf49beb9c15ddf28a476c5c42fac22b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:09:34 +0000 Subject: [PATCH] Bump git from 1.2.5 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.2.5 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.2.5...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2604f99..e29d1ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,8 @@ GEM remote: http://rubygems.org/ specs: - addressable (2.3.5) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) builder (3.2.2) cucumber (1.3.5) builder (>= 2.1.2) @@ -10,11 +11,13 @@ GEM multi_json (~> 1.7.5) multi_test (>= 0.0.2) diff-lcs (1.1.3) - faraday (0.8.8) + faraday (0.8.11) multipart-post (~> 1.2.0) gherkin (2.12.0) multi_json (~> 1.3) - git (1.2.5) + git (1.13.0) + addressable (~> 2.8) + rchardet (~> 1.8) github_api (0.10.1) addressable faraday (~> 0.8.1) @@ -22,9 +25,8 @@ GEM multi_json (~> 1.4) nokogiri (~> 1.5.2) oauth2 - hashie (2.0.5) + hashie (5.0.0) highline (1.6.19) - httpauth (0.2.0) jeweler (1.8.6) builder bundler (~> 1.0) @@ -35,22 +37,22 @@ GEM rake rdoc json (1.8.0) - jwt (0.1.8) - multi_json (>= 1.5) - multi_json (1.7.8) + jwt (2.6.0) + multi_json (1.7.9) multi_test (0.0.2) - multi_xml (0.5.5) + multi_xml (0.6.0) multipart-post (1.2.0) nokogiri (1.5.10) - oauth2 (0.9.2) - faraday (~> 0.8) - httpauth (~> 0.2) - jwt (~> 0.1.4) - multi_json (~> 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) - rack (1.5.2) + rack (>= 1.2, < 3) + public_suffix (5.0.1) + rack (2.2.5) rake (10.1.0) + rchardet (1.8.0) rdoc (3.12.2) json (~> 1.4) reek (1.2.13)