From ab0bf579eef112e5473e88458479ec90d688d412 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:04:17 +0000 Subject: [PATCH] chore(deps): update dependency chefstyle to v2.2.3 (#3) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4ef184f..c7043f4 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ source "https://rubygems.org" gemspec group :chefstyle do - gem "chefstyle", "2.2.2" + gem "chefstyle", "2.2.3" end