From 0996abb63123f0e4da0b50092eb0d147c12ade25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 13:04:20 +0000 Subject: [PATCH] Update cookstyle requirement from ~> 8.6 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.6.0...v9.0.0) --- updated-dependencies: - dependency-name: cookstyle dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 17fe901..25475be 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ group :development, :test do end group :style do - gem "cookstyle", "~> 8.6" + gem "cookstyle", "~> 9.0" end if ENV["GEMFILE_MOD"]