From 530217222a3a77abb239a3c61b2912822465a235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:22:58 +0000 Subject: [PATCH] Bump git from 1.2.9.1 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.2.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.2.9.1...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f169ae6..815cc61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,6 +37,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.3) bcrypt (3.1.10) binding_of_caller (0.7.2) @@ -83,7 +85,9 @@ GEM ffi (1.9.10) formatador (0.2.5) fspath (2.1.1) - git (1.2.9.1) + git (1.13.0) + addressable (~> 2.8) + rchardet (~> 1.8) git_time_extractor (0.3.2) git (~> 1.2) logger (~> 1.2) @@ -132,7 +136,7 @@ GEM listen (3.0.3) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) - logger (1.2.8) + logger (1.5.3) loofah (2.0.3) nokogiri (>= 1.5.9) lumberjack (1.0.9) @@ -160,6 +164,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + public_suffix (5.0.1) rack (1.6.4) rack-test (0.6.3) rack (>= 1.0) @@ -196,6 +201,7 @@ GEM rb-fsevent (0.9.6) rb-inotify (0.9.5) ffi (>= 0.5.0) + rchardet (1.8.0) rdoc (4.2.0) roman-numerals (0.3.0) rspec (3.3.0)