From 8c2a69ea9e94dbd3c2f7a87d45f6002fcb7df530 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 13:22:36 +0000 Subject: [PATCH] Update chefstyle requirement from ~> 0.14.0 to ~> 0.15.1 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/v0.14.0...v0.15.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ee472ab..d0d85f5 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ end group :test do gem "chef" - gem "chefstyle", "~> 0.14.0" + gem "chefstyle", "~> 0.15.1" gem "rake", ">= 10.0" gem "rspec", "~> 3.0" end