From 44617c322b042e6ae7d381da13816bdf0657941c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 03:01:14 +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 fa899f8..a7513ac 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.21.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) hpricot (0.8.6) insist (1.0.0) @@ -30,6 +33,7 @@ GEM insist mustache (= 0.99.8) stud + public_suffix (5.0.1) rchardet (1.8.0) rdiscount (2.2.0.2) rexml (3.2.5)