From e75db3441cffee776c48973ceba18e1567aa0438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:38:21 +0000 Subject: [PATCH] Bump git from 1.9.1 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.9.1 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.9.1...v1.13.0) --- 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 d8a0923..73527d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,6 +19,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) arel (6.0.4) backports (3.21.0) builder (3.2.4) @@ -33,7 +35,8 @@ GEM ffi (1.15.4) formatador (0.3.0) gemcutter (0.7.1) - git (1.9.1) + git (1.13.0) + addressable (~> 2.8) rchardet (~> 1.8) guard (2.18.0) formatador (>= 0.2.4) @@ -88,6 +91,7 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) + public_suffix (5.0.1) racc (1.5.2) rack (1.4.7) rails-deprecated_sanitizer (1.0.4)