From 3f4acc10bd7b3887c8fe6f69566c837b50e3aac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 21:01:19 +0000 Subject: [PATCH] Update chefstyle requirement from = 2.0.5 to = 2.0.7 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/v2.0.5...v2.0.7) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- kitchen-dsc.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitchen-dsc.gemspec b/kitchen-dsc.gemspec index 2790205..87270e0 100644 --- a/kitchen-dsc.gemspec +++ b/kitchen-dsc.gemspec @@ -31,6 +31,6 @@ Gem::Specification.new do |s| # style and complexity libraries are tightly version pinned as newer releases # may introduce new and undesireable style choices which would be immediately # enforced in CI - s.add_development_dependency "chefstyle", "2.0.5" + s.add_development_dependency "chefstyle", "2.0.7" s.add_development_dependency "cane", "3.0.0" end