From 66a3e9eac1ed309806279b83ad338c87f83434b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:31:13 +0000 Subject: [PATCH] Bump git from 1.5.0 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.5.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.5.0...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f957d8c..d7290b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,8 @@ GEM remote: https://rubygems.org/ specs: + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) allure-cucumber (0.6.1) allure-ruby-adaptor-api (>= 0.7.1) cucumber (>= 2.0.0) @@ -36,7 +38,9 @@ GEM faker (2.8.0) i18n (>= 1.6, < 1.8) gherkin (5.1.0) - git (1.5.0) + git (1.13.0) + addressable (~> 2.8) + rchardet (~> 1.8) http-accept (1.7.0) http-cookie (1.0.3) domain_name (~> 0.5) @@ -69,7 +73,9 @@ GEM pry-remote (0.1.8) pry (~> 0.9) slop (~> 3.0) + public_suffix (5.0.1) rake (13.0.1) + rchardet (1.8.0) require_all (3.0.0) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0)