From 48b050a5dbbc081e1aab2aebb36940814ebd57ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 22:14:23 +0000 Subject: [PATCH] Bump git from 1.7.0 to 1.11.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.7.0 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.7.0...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 1c99220..e98d546 100644 --- a/Gemfile +++ b/Gemfile @@ -10,4 +10,4 @@ gem "jekyll", "~> 4.1" gem "octopress-hooks", "~> 2.6" -gem "git", "~> 1.7" +gem "git", "~> 1.11" diff --git a/Gemfile.lock b/Gemfile.lock index a28838f..1d0783f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM ffi (1.13.1) ffi (1.13.1-x64-mingw32) forwardable-extended (2.6.0) - git (1.7.0) + git (1.11.0) rchardet (~> 1.8) http_parser.rb (0.6.0) i18n (1.8.3) @@ -71,7 +71,7 @@ PLATFORMS x64-mingw32 DEPENDENCIES - git (~> 1.7) + git (~> 1.11) jekyll (~> 4.1) octopress-hooks (~> 2.6)