From eb38d3b8ec47e25300e4feb1775015bce28e671a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 02:17:54 +0000 Subject: [PATCH] Update dependency rack to v3.0.11 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 9a8d95b..3b149d7 100644 --- a/chef-linux/Gemfile +++ b/chef-linux/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rake' -gem 'rack', '3.0.10' +gem 'rack', '3.0.11' gem 'inspec', '~> 5' gem 'rubocop', '~> 1.63.0' gem 'highline', '~> 2.1.0' diff --git a/chef-windows/Gemfile b/chef-windows/Gemfile index 9a8d95b..3b149d7 100644 --- a/chef-windows/Gemfile +++ b/chef-windows/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rake' -gem 'rack', '3.0.10' +gem 'rack', '3.0.11' gem 'inspec', '~> 5' gem 'rubocop', '~> 1.63.0' gem 'highline', '~> 2.1.0'