From c081e649b0b0bb3d9fb2e5ab59db39406e22020a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:35:48 +0000 Subject: [PATCH] Bump git from 2.3.1 to 2.3.2 Bumps [git](https://github.com/ruby-git/ruby-git) from 2.3.1 to 2.3.2. - [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.3.1...v2.3.2) --- updated-dependencies: - dependency-name: git dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 55dc788..5ed140e 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'git', '~> 2.3.1' +gem 'git', '~> 2.3.2' gem 'json', '~> 2.8' gem 'octokit', '~> 9.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index a4b507a..42f4314 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,9 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1.2) + activesupport (8.0.0) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -12,10 +13,12 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) concurrent-ruby (1.3.4) connection_pool (2.4.1) @@ -26,7 +29,7 @@ GEM logger faraday-net_http (3.4.0) net-http (>= 0.5.0) - git (2.3.1) + git (2.3.2) activesupport (>= 5.0) addressable (~> 2.8) process_executer (~> 1.1) @@ -36,7 +39,7 @@ GEM json (2.8.2) language_server-protocol (3.17.0.3) logger (1.6.1) - minitest (5.25.1) + minitest (5.25.2) net-http (0.5.0) uri octokit (9.2.0) @@ -68,7 +71,7 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - securerandom (0.3.1) + securerandom (0.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) @@ -79,7 +82,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - git (~> 2.3.1) + git (~> 2.3.2) json (~> 2.8) octokit (~> 9.2.0) rubocop (~> 1.66)