From a9b8cb14c394792845b3ac602a1b7f41a56711a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:34:25 +0000 Subject: [PATCH] Bump git from 1.7.0 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.7.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.7.0...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 1c99220..17ba652 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.13" diff --git a/Gemfile.lock b/Gemfile.lock index a28838f..3ff0105 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) concurrent-ruby (1.1.6) em-websocket (0.5.1) @@ -13,7 +13,8 @@ GEM ffi (1.13.1) ffi (1.13.1-x64-mingw32) forwardable-extended (2.6.0) - git (1.7.0) + git (1.13.0) + addressable (~> 2.8) rchardet (~> 1.8) http_parser.rb (0.6.0) i18n (1.8.3) @@ -71,7 +72,7 @@ PLATFORMS x64-mingw32 DEPENDENCIES - git (~> 1.7) + git (~> 1.13) jekyll (~> 4.1) octopress-hooks (~> 2.6)