From 2b338d993dd2af2b2f6d294bb2aa6c3cdea920c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Aug 2022 03:02:30 +0000 Subject: [PATCH] build(deps): 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 31e61d522..ea55646cc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'colorize' -gem 'git', '~> 1.7.0' +gem 'git', '~> 1.11.0' gem 'gnuplot' gem 'pry' gem 'pry-doc' diff --git a/Gemfile.lock b/Gemfile.lock index 97fec0032..6825f621d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM concurrent-ruby (1.1.10) diff-lcs (1.5.0) docile (1.4.0) - git (1.7.0) + git (1.11.0) rchardet (~> 1.8) gnuplot (2.6.2) i18n (1.10.0) @@ -87,13 +87,14 @@ GEM PLATFORMS riscv64-linux + ruby x86_64-linux DEPENDENCIES activesupport (~> 5.2.0) ci_reporter_rspec colorize - git (~> 1.7.0) + git (~> 1.11.0) gnuplot pry pry-doc @@ -103,4 +104,3 @@ DEPENDENCIES simplecov simplecov-rcov term-ansicolor -