From 75fbcce80623d014c6734b6719986d84018d0729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 03:00:41 +0000 Subject: [PATCH] Bump git from 1.11.0 to 1.13.1 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.11.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.11.0...v1.13.1) --- updated-dependencies: - dependency-name: git dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d517de7..f61b76e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,8 @@ GEM remote: https://rubygems.org/ specs: + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) arr-pm (0.0.11) cabin (> 0) backports (3.23.0) @@ -17,7 +19,8 @@ GEM pleaserun (~> 0.0.29) rexml stud - git (1.11.0) + git (1.13.1) + addressable (~> 2.8) rchardet (~> 1.8) insist (1.0.0) json (2.6.1) @@ -29,6 +32,7 @@ GEM insist mustache (= 0.99.8) stud + public_suffix (5.0.1) rake (13.0.6) rchardet (1.8.0) rexml (3.2.5)