From aacbca1d312517ac688cc0d10a37ce90280df101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 03:25:37 +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 a812dad..0192891 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) @@ -16,7 +16,8 @@ GEM safe_yaml (~> 1.0.0) diff-lcs (1.3) docile (1.3.2) - git (1.6.0) + git (1.13.1) + addressable (~> 2.8) rchardet (~> 1.8) hashdiff (1.0.1) httparty (0.16.4) @@ -30,7 +31,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 (13.0.1)