From efb300f2288a546bdb404a3a0c80d7bc4aac3f34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 23:05:28 +0000 Subject: [PATCH] Update dependency rack to v3.1.12 [SECURITY] Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- chef-linux/Gemfile | 2 +- chef-windows/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chef-linux/Gemfile b/chef-linux/Gemfile index 7c7beb2..d190c36 100644 --- a/chef-linux/Gemfile +++ b/chef-linux/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rake' -gem 'rack', '3.1.11' +gem 'rack', '3.1.12' gem 'inspec', '~> 5' gem 'rubocop', '~> 1.64.0' gem 'highline', '~> 2.1.0' diff --git a/chef-windows/Gemfile b/chef-windows/Gemfile index 1c47144..5929e37 100644 --- a/chef-windows/Gemfile +++ b/chef-windows/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rake' -gem 'rack', '3.1.11' +gem 'rack', '3.1.12' gem 'inspec', '~> 5' gem 'rubocop', '~> 1.65.0' gem 'highline', '~> 2.1.0'