From 1ff0a3f04ccc81e5ee0974e651d548d3e785f93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:13:17 +0000 Subject: [PATCH] Bump git from 2.1.1 to 2.3.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 2.1.1 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.1.1...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 | 26 ++++++++++++++------------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index aef914e..cfdd41d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'git', '~> 2.1.1' +gem 'git', '~> 2.3.0' gem 'json', '~> 2.7' gem 'octokit', '~> 9.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index cec1171..5c17402 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,29 +1,30 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.3) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) - concurrent-ruby (1.3.1) + concurrent-ruby (1.3.4) connection_pool (2.4.1) drb (2.2.1) faraday (2.9.1) faraday-net_http (>= 2.0, < 3.2) faraday-net_http (3.1.0) net-http - git (2.1.1) + git (2.3.0) activesupport (>= 5.0) addressable (~> 2.8) process_executer (~> 1.1) @@ -32,8 +33,8 @@ GEM concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - minitest (5.23.1) - mutex_m (0.2.0) + logger (1.6.1) + minitest (5.25.1) net-http (0.4.1) uri octokit (9.1.0) @@ -44,7 +45,7 @@ GEM ast (~> 2.4.1) racc process_executer (1.1.0) - public_suffix (5.1.1) + public_suffix (6.0.1) racc (1.8.1) rainbow (3.1.1) rchardet (1.8.0) @@ -65,6 +66,7 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) + securerandom (0.3.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) @@ -75,7 +77,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - git (~> 2.1.1) + git (~> 2.3.0) json (~> 2.7) octokit (~> 9.1.0) rubocop (~> 1.66)