From d24be12ef6554c849cfdd8df9a7f45ca8bc74bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 22:13:35 +0000 Subject: [PATCH] Bump git from 1.9.1 to 1.11.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.9.1 to 1.11.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.11.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3aadb40fb..33eee0f04 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.11.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..c4dac65de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GEM faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) - git (1.9.1) + git (1.11.0) rchardet (~> 1.8) httpclient (2.4.0) i18n (0.7.0) @@ -69,7 +69,7 @@ PLATFORMS DEPENDENCIES faraday (~> 1.7.0) - git (~> 1.9.1) + git (~> 1.11.0) httpclient (~> 2.4.0) i18n (~> 0.7.0) nokogiri (~> 1.12.3)