From 94ced18e20762190fdbfcb03efb388f73a256f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:26:13 +0000 Subject: [PATCH] Bump git from 1.3.0 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.3.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.3.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 3db2a8e..2de2164 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,6 +14,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.4) builder (3.2.3) capybara (2.5.0) @@ -166,7 +168,9 @@ GEM fog-core nokogiri (~> 1.5, >= 1.5.11) formatador (0.2.5) - git (1.3.0) + git (1.13.0) + addressable (~> 2.8) + rchardet (~> 1.8) groupdate (2.5.0) activesupport (>= 3) headless (2.2.0) @@ -237,6 +241,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + public_suffix (5.0.1) rack (1.6.10) rack-cors (0.4.1) rack-parser (0.6.1) @@ -250,6 +255,7 @@ GEM builder nokogiri (>= 1.4.1) trollop + rchardet (1.8.0) redcarpet (3.3.4) rest-client (2.0.2) http-cookie (>= 1.0.2, < 2.0)