From b9ba15530faddb40b2e0ed780d341cb79a02610c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:27:48 +0000 Subject: [PATCH] Bump git from 2.2.0 to 2.3.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 2.2.0 to 2.3.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/v2.2.0...v2.3.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7a336a5..a8f4c98 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem "git", "~> 2.2.0" +gem "git", "~> 2.3.0" gem "octokit", "~> 9.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 8985208..0a3d6d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,14 +23,14 @@ GEM faraday-net_http (>= 2.0, < 3.2) faraday-net_http (3.1.0) net-http - git (2.2.0) + git (2.3.0) activesupport (>= 5.0) addressable (~> 2.8) process_executer (~> 1.1) rchardet (~> 1.8) i18n (1.14.5) concurrent-ruby (~> 1.0) - logger (1.6.0) + logger (1.6.1) minitest (5.25.1) net-http (0.4.1) uri @@ -52,7 +52,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - git (~> 2.2.0) + git (~> 2.3.0) octokit (~> 9.1.0) BUNDLED WITH