From a32e1e79ff291aeb997bdc2a447b52bee9c69274 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 05:35:03 +0000 Subject: [PATCH] Update chefstyle requirement from = 1.7.1 to = 1.7.2 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.1...v1.7.2) Signed-off-by: dependabot-preview[bot] --- kitchen-dsc.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitchen-dsc.gemspec b/kitchen-dsc.gemspec index 0aeca03..c9e416f 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", "1.7.1" + s.add_development_dependency "chefstyle", "1.7.2" s.add_development_dependency "cane", "3.0.0" end