From 7f66871e03bb96c9e9534411d6eca97f64880885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 03:25:36 +0000 Subject: [PATCH] Bump git from 1.6.0 to 1.13.1 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.6.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.6.0...v1.13.1) --- updated-dependencies: - dependency-name: git dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 72ae0c9..c45cd12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,8 +7,8 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) app_version_tasks (0.2.5) git (~> 1.3) ast (2.4.0) @@ -18,7 +18,8 @@ GEM docile (1.3.2) faraday (1.0.1) multipart-post (>= 1.2, < 3) - git (1.6.0) + git (1.13.1) + addressable (~> 2.8) rchardet (~> 1.8) hashdiff (1.0.1) jaro_winkler (1.5.4) @@ -26,7 +27,7 @@ GEM parallel (1.19.1) parser (2.7.1.1) ast (~> 2.4.0) - public_suffix (4.0.4) + public_suffix (5.0.1) rack (2.2.2) rainbow (3.0.0) rake (10.5.0)