From 4ec7d2086a37dd9bd4c686f61c872e6ddb2e4b86 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 13:42:08 +0000 Subject: [PATCH] Update chefstyle requirement from 1.7.4 to 1.7.5 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.4...v1.7.5) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f2101ac..b6b6f2e 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :docs do end group :test do - gem "chefstyle", "1.7.4" + gem "chefstyle", "1.7.5" gem "guard-rspec" gem "mixlib-shellout" gem "rake"