From 422bd18497e740b6b07f5e0adb977c256ca8162e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 04:09:38 +0000 Subject: [PATCH] Update chefstyle requirement from 2.2.0 to 2.2.3 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.0...v2.2.3) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1603044..24c3548 100644 --- a/Gemfile +++ b/Gemfile @@ -18,5 +18,5 @@ group :development do gem "mocha", "~> 1.8" gem "pry", "~> 0.11" gem "rake", "~> 13.0" - gem "chefstyle", "2.2.0" + gem "chefstyle", "2.2.3" end