From 9d2eba1fc5fe5a2e2b18a17ca73aaca9907555f2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 14:43:08 +0000 Subject: [PATCH] Update chefstyle requirement from = 1.6.1 to = 1.6.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.6.1...v1.6.2) Signed-off-by: dependabot-preview[bot] --- omnibus.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus.gemspec b/omnibus.gemspec index dda758f0c..0528a404b 100644 --- a/omnibus.gemspec +++ b/omnibus.gemspec @@ -35,7 +35,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency "artifactory", "~> 3.0" gem.add_development_dependency "aruba", "~> 0.5" - gem.add_development_dependency "chefstyle", "= 1.6.1" + gem.add_development_dependency "chefstyle", "= 1.6.2" gem.add_development_dependency "fauxhai-ng", ">= 7.5" gem.add_development_dependency "rspec", "~> 3.0" gem.add_development_dependency "rspec-json_expectations"