From 63a0b597151ca5814bfc0b503f8d3acd2bc1c5a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:11:17 +0000 Subject: [PATCH] Update chefstyle requirement from 2.2.2 to 2.2.3 (#121) Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest version. - [Changelog](https://github.com/chef/chefstyle/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 400d44b..f9de6ee 100644 --- a/Gemfile +++ b/Gemfile @@ -14,5 +14,5 @@ group :debug do end group :chefstyle do - gem "chefstyle", "2.2.2" + gem "chefstyle", "2.2.3" end