From dc456f8c6f8c4810c4428c932ebc28ae46676bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:38:06 +0000 Subject: [PATCH] Bump git from 1.9.1 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.9.1 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.9.1...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3aadb40fb..84b1dccb0 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'octokit', '~> 4.21.0' gem 'faraday', '~> 1.7.0' gem 'httpclient', '~> 2.4.0' gem 'nokogiri', '~> 1.12.3' -gem 'git', '~> 1.9.1' +gem 'git', '~> 1.13.0' gem 'parallel', '~> 1.20.1' gem 'puma', '~> 5.4.0' gem 'sinatra', '~> 2.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 751deb864..079c044d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,8 @@ GEM faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) - git (1.9.1) + git (1.13.0) + addressable (~> 2.8) rchardet (~> 1.8) httpclient (2.4.0) i18n (0.7.0) @@ -69,7 +70,7 @@ PLATFORMS DEPENDENCIES faraday (~> 1.7.0) - git (~> 1.9.1) + git (~> 1.13.0) httpclient (~> 2.4.0) i18n (~> 0.7.0) nokogiri (~> 1.12.3)