From 2f8734135de59b1d25aebd7e8dbb4922440e5112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:02:57 +0000 Subject: [PATCH] Update chef-utils requirement from ~> 18.1 to ~> 19.1 Updates the requirements on [chef-utils](https://github.com/chef/chef) to permit the latest version. - [Release notes](https://github.com/chef/chef/releases) - [Changelog](https://github.com/chef/chef/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/chef/compare/v18.1.0...v19.1.164) --- updated-dependencies: - dependency-name: chef-utils dependency-version: 19.1.164 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- win32-eventlog.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32-eventlog.gemspec b/win32-eventlog.gemspec index 1f50554..bb07f3e 100644 --- a/win32-eventlog.gemspec +++ b/win32-eventlog.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.add_dependency("ffi") - spec.add_development_dependency("chef-utils", "~> 18.1") + spec.add_development_dependency("chef-utils", "~> 19.1") spec.description = <<-EOF The win32-eventlog library provides an interface to the MS Windows event