From 40f6421aea2d9376f9a7945b59fc1724276c560c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 05:37:13 +0000 Subject: [PATCH] Update chefstyle requirement from 1.7.2 to 1.7.4 Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest version. - [Release notes](https://github.com/chef/chefstyle/releases) - [Changelog](https://github.com/chef/chefstyle/blob/master/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v1.7.2...v1.7.4) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d29f00bc..167d745e 100644 --- a/Gemfile +++ b/Gemfile @@ -13,5 +13,5 @@ group :debug do end group :chefstyle do - gem "chefstyle", "1.7.2" + gem "chefstyle", "1.7.4" end \ No newline at end of file