From baa76ac475aa392b10122ef8ddd2fa6772aa6aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 13:02:39 +0000 Subject: [PATCH] Update cookstyle requirement from ~> 8.1 to ~> 9.0 Updates the requirements on [cookstyle](https://github.com/chef/cookstyle) to permit the latest version. - [Release notes](https://github.com/chef/cookstyle/releases) - [Changelog](https://github.com/chef/cookstyle/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/cookstyle/compare/v8.1.0...v9.0.0) --- updated-dependencies: - dependency-name: cookstyle dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- mixlib-cli.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixlib-cli.gemspec b/mixlib-cli.gemspec index 238f437..b5da62d 100644 --- a/mixlib-cli.gemspec +++ b/mixlib-cli.gemspec @@ -14,5 +14,5 @@ Gem::Specification.new do |s| s.require_path = "lib" s.files = %w{LICENSE NOTICE} + Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) } - s.add_development_dependency "cookstyle", "~> 8.1" + s.add_development_dependency "cookstyle", "~> 9.0" end