From bb5a94e78fe7f949e54af2ba2d3f5d3e22afea7f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 05:44:20 +0000 Subject: [PATCH] Update chefstyle requirement from = 1.4.3 to = 1.4.4 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.4.3...v1.4.4) Signed-off-by: dependabot-preview[bot] --- kitchen-ec2.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitchen-ec2.gemspec b/kitchen-ec2.gemspec index a439646c..41628f75 100644 --- a/kitchen-ec2.gemspec +++ b/kitchen-ec2.gemspec @@ -29,6 +29,6 @@ Gem::Specification.new do |gem| # 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 - gem.add_development_dependency "chefstyle", "= 1.4.3" + gem.add_development_dependency "chefstyle", "= 1.4.4" gem.add_development_dependency "climate_control" end