From 6fbedbaf9c47ac41ac15735db391327deb63a695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:30:46 +0000 Subject: [PATCH] Bump git from 1.5.0 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.5.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.5.0...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 056ee1d..545f62b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem 'fileutils', '1.2.0' -gem 'git', '1.5.0' +gem 'git', '1.13.0' gem "launchy", "~> 2.5" diff --git a/Gemfile.lock b/Gemfile.lock index 2b8b2b9..664d5de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,10 +4,13 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) fileutils (1.2.0) - git (1.5.0) + git (1.13.0) + addressable (~> 2.8) + rchardet (~> 1.8) launchy (2.5.0) addressable (~> 2.7) public_suffix (4.0.6) + rchardet (1.8.0) PLATFORMS ruby @@ -15,7 +18,7 @@ PLATFORMS DEPENDENCIES fileutils (= 1.2.0) - git (= 1.5.0) + git (= 1.13.0) launchy (~> 2.5) BUNDLED WITH