From 15a274f104e9ca4222c896486bbd850a7c53024c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:27:05 +0000 Subject: [PATCH] Bump git from 1.18.0 to 1.19.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.18.0 to 1.19.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.18.0...v1.19.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 4f37956..c034c35 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'git', '~> 1.18.0' +gem 'git', '~> 1.19.0' gem 'json', '~> 2.7' gem 'octokit', '~> 8.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 3c8f4ef..6d93b39 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) base64 (0.1.1) @@ -10,7 +10,7 @@ GEM faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) - git (1.18.0) + git (1.19.0) addressable (~> 2.8) rchardet (~> 1.8) json (2.7.1) @@ -22,7 +22,7 @@ GEM parser (3.2.2.4) ast (~> 2.4.1) racc - public_suffix (5.0.3) + public_suffix (5.0.4) racc (1.7.3) rainbow (3.1.1) rchardet (1.8.0) @@ -53,7 +53,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - git (~> 1.18.0) + git (~> 1.19.0) json (~> 2.7) octokit (~> 8.0.0) rubocop (~> 1.59)