From bcfefca832d9b22dd4c8d25316e1e326a43730ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:55:49 +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 | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 34946bb..1426a02 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ gem "jekyll", "~> 4.3.4" # installed by `gem jekyll` # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 gem "just-the-docs", "0.10.0" # pinned to the current release -gem "git", "2.3.1" # pinned to the current release +gem "git", "2.3.2" # pinned to the current release diff --git a/Gemfile.lock b/Gemfile.lock index 1bc7c9c..7d01829 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.2) + activesupport (8.0.0) base64 benchmark (>= 0.3) bigdecimal @@ -13,6 +13,7 @@ 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) base64 (0.2.0) @@ -29,7 +30,7 @@ GEM ffi (1.17.0-arm64-darwin) ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) - git (2.3.1) + git (2.3.2) activesupport (>= 5.0) addressable (~> 2.8) process_executer (~> 1.1) @@ -82,7 +83,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) logger (1.6.1) mercenary (0.4.0) - minitest (5.25.1) + minitest (5.25.2) pathutil (0.16.2) forwardable-extended (~> 2.6) process_executer (1.2.0) @@ -104,6 +105,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) + uri (1.0.2) webrick (1.9.0) PLATFORMS @@ -111,7 +113,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - git (= 2.3.1) + git (= 2.3.2) jekyll (~> 4.3.4) just-the-docs (= 0.10.0)