From 0e35b7df5c0194fdf0f6229b6865231c79407955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 13:05:19 +0000 Subject: [PATCH] build(deps): Update git requirement from ~> 4.0 to ~> 5.0 Updates the requirements on [git](https://github.com/ruby-git/ruby-git) to permit the latest version. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/main/CHANGELOG.md) - [Commits](https://github.com/ruby-git/ruby-git/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: git dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 409c128db..71e952a58 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org/' gemspec name: 'puppet_docs' -gem 'git', '~> 4.0' +gem 'git', '~> 5.0' gem 'json', '~> 2.5' gem 'rack', '>= 2.2.14' gem 'rake', '~> 13.0', '>= 13.0.1'