From 700c370bd63970453df2811bd9369de17b52403f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:34:24 +0000 Subject: [PATCH] Bump git from 1.7.0 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.7.0 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.7.0...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0bbb93e..08a270c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,12 @@ GEM remote: https://rubygems.org/ specs: + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ast (2.4.1) coderay (1.1.3) - git (1.7.0) + git (1.13.0) + addressable (~> 2.8) rchardet (~> 1.8) method_source (1.0.0) mini_portile2 (2.4.0) @@ -15,6 +18,7 @@ GEM pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) + public_suffix (5.0.1) rainbow (3.0.0) rchardet (1.8.0) regexp_parser (1.7.1)