From 28d6f04badf0f3160c8301f035a10cb791418a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:33:45 +0000 Subject: [PATCH] Bump git from 1.6.0 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.6.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.6.0...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 17c7243..350b5a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,6 +46,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) arel (9.0.0) arlj (0.1.0) activerecord (>= 3.1) @@ -89,7 +91,8 @@ GEM railties (>= 4.2.0) ffaker (2.13.0) ffi (1.12.2) - git (1.6.0) + git (1.13.0) + addressable (~> 2.8) rchardet (~> 1.8) globalid (0.4.2) activesupport (>= 4.2.0) @@ -129,7 +132,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.4) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) @@ -143,6 +148,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) + public_suffix (5.0.1) puma (4.3.3) nio4r (~> 2.0) rack (2.2.2)