From c38a83d6eee645528bf8817d78ee5d47ad6bb809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:30:24 +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 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 139ad73..93f83b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,8 +42,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) airbrussh (1.4.0) sshkit (>= 1.6.1, != 1.7.0) archive-zip (0.12.0) @@ -75,13 +75,14 @@ GEM capistrano (~> 3.7) capistrano-bundler puma (~> 3.4) - capybara (3.29.0) + capybara (3.36.0) addressable + matrix mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - regexp_parser (~> 1.5) + regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) childprocess (3.0.0) chromedriver-helper (2.1.1) @@ -101,7 +102,9 @@ GEM erubi (1.9.0) execjs (2.7.0) ffi (1.11.2) - git (1.5.0) + git (1.13.0) + addressable (~> 2.8) + rchardet (~> 1.8) globalid (0.4.2) activesupport (>= 4.2.0) httparty (0.17.1) @@ -123,6 +126,7 @@ GEM mini_mime (>= 0.1.1) marcel (0.3.3) mimemagic (~> 0.3.2) + matrix (0.4.2) method_source (0.9.2) mime-types (3.3) mime-types-data (~> 3.2015) @@ -176,6 +180,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) + rchardet (1.8.0) redis (4.1.3) regexp_parser (1.6.0) request_store (1.4.1)