From 7a394ab6ffa4be64b4f2f80ace34f830ff627a8e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 19:11:15 +0000 Subject: [PATCH] Update chefstyle requirement from = 0.13.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.13.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 23a10238..2ab22ff6 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ group :test do gem "minitest", "~> 5.13.0" gem "minitest-reporters" gem "simplecov", "~> 0.8" - gem "chefstyle", "= 0.13.0" + gem "chefstyle", "0.15.1" end group :development do