From b90fbb9ca1ff22e7ec0d289236d8cb1f47fc957f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 15:36:06 +0000 Subject: [PATCH] Update chefstyle requirement from 1.7.5 to 2.0.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.5...v2.0.5) --- 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 b6b6f2e..e9769e8 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :docs do end group :test do - gem "chefstyle", "1.7.5" + gem "chefstyle", "2.0.5" gem "guard-rspec" gem "mixlib-shellout" gem "rake"