From a57705557ceff5480301b514142afce9f5acbba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:27:47 +0000 Subject: [PATCH] Update chefstyle requirement from = 2.2.2 to = 2.2.3 Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest version. - [Changelog](https://github.com/chef/chefstyle/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- corefoundation.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corefoundation.gemspec b/corefoundation.gemspec index 09a6bd2..c086f5c 100644 --- a/corefoundation.gemspec +++ b/corefoundation.gemspec @@ -21,6 +21,6 @@ Gem::Specification.new do |s| s.add_runtime_dependency "ffi", ">= 1.15.0" s.add_development_dependency "rspec", ">= 3.0" s.add_development_dependency "rake" - s.add_development_dependency "chefstyle", "2.2.2" + s.add_development_dependency "chefstyle", "2.2.3" s.add_development_dependency "yard" end