From 982eafda56459ea5914f5b75bb3c6db562ab8c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:08:05 +0000 Subject: [PATCH] Bump git from 1.2.5 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.2.5 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.5...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c342761..b3e8963 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,8 @@ GEM activesupport (3.2.12) i18n (~> 0.6) multi_json (~> 1.0) - addressable (2.3.4) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) bourne (1.1.2) mocha (= 0.10.5) colorize (0.5.8) @@ -16,7 +17,9 @@ GEM thor crack (0.4.0) safe_yaml (~> 0.9.0) - git (1.2.5) + git (1.13.0) + addressable (~> 2.8) + rchardet (~> 1.8) httparty (0.10.2) multi_json (~> 1.0) multi_xml (>= 0.5.2) @@ -33,7 +36,9 @@ GEM metaclass (~> 0.0.1) multi_json (1.6.1) multi_xml (0.5.3) + public_suffix (5.0.1) rake (10.0.3) + rchardet (1.8.0) rdoc (3.12.2) json (~> 1.4) rest-client (1.6.7)