From 70f4b58c4eef6b96bec1ee841ee0986d39bbcb1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 13:34:04 +0000 Subject: [PATCH] chore(deps): update dependency git to '~>4.0', '>= 4.0.5' --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index fda33e16..b2332338 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'ostruct', '~> 0.6', '>= 0.6.3' group :development do gem 'docker_registry2', '~> 1.18.2' # https://rubygems.org/gems/docker_registry2 - gem 'git', '~>4.0', '>= 4.0.4' # https://rubygems.org/gems/git + gem 'git', '~>4.0', '>= 4.0.5' # https://rubygems.org/gems/git gem 'github_changelog_generator', '~> 1.16.4' # https://rubygems.org/gems/github_changelog_generator gem 'mdl', '~>0.13.0' gem 'rake', '~>13.3' diff --git a/Gemfile.lock b/Gemfile.lock index ee3f818c..600eddb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (8.0.2) + activesupport (8.0.3) base64 benchmark (>= 0.3) bigdecimal @@ -40,12 +40,12 @@ GEM async (>= 2.0) base64 (0.3.0) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.2.3) builder (3.3.0) chef-utils (18.7.10) concurrent-ruby concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) console (1.33.0) fiber-annotation fiber-local (~> 1.1) @@ -125,7 +125,7 @@ GEM fiber-local (1.1.0) fiber-storage fiber-storage (1.0.1) - git (4.0.4) + git (4.0.5) activesupport (>= 5.0) addressable (~> 2.8) process_executer (~> 4.0) @@ -269,7 +269,7 @@ GEM unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) - uri (1.0.3) + uri (1.0.4) zeitwerk (2.7.3) PLATFORMS @@ -279,7 +279,7 @@ DEPENDENCIES csv cucumber docker_registry2 (~> 1.18.2) - git (~> 4.0, >= 4.0.4) + git (~> 4.0, >= 4.0.5) github_changelog_generator (~> 1.16.4) mdl (~> 0.13.0) ostruct (~> 0.6, >= 0.6.3)