From d812e4500e83700a41a90c483d64de8384d7c1ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:36:20 +0000 Subject: [PATCH] build(deps): 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 | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 31e61d522..475c1741f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'colorize' -gem 'git', '~> 1.7.0' +gem 'git', '~> 1.13.0' gem 'gnuplot' gem 'pry' gem 'pry-doc' diff --git a/Gemfile.lock b/Gemfile.lock index 07e02fb21..3009f4ad5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,6 +6,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) builder (3.2.4) ci_reporter (2.0.0) @@ -18,7 +20,8 @@ GEM concurrent-ruby (1.1.10) diff-lcs (1.5.0) docile (1.4.0) - git (1.7.0) + git (1.13.0) + addressable (~> 2.8) rchardet (~> 1.8) gnuplot (2.6.2) i18n (1.10.0) @@ -34,6 +37,7 @@ GEM pry-doc (1.3.0) pry (~> 0.11) yard (~> 0.9.11) + public_suffix (5.0.1) rainbow (3.1.1) rake (13.0.6) rchardet (1.8.0) @@ -88,13 +92,14 @@ GEM PLATFORMS aarch64-linux riscv64-linux + ruby x86_64-linux DEPENDENCIES activesupport (~> 5.2.0) ci_reporter_rspec colorize - git (~> 1.7.0) + git (~> 1.13.0) gnuplot pry pry-doc @@ -104,4 +109,3 @@ DEPENDENCIES simplecov simplecov-rcov term-ansicolor -