From 384375904e2b45ab0a09f4d7c7d9121e20d469a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 11:35:29 +0000 Subject: [PATCH] Bump cookstyle from 7.32.8 to 8.0.0 Bumps [cookstyle](https://github.com/chef/cookstyle) from 7.32.8 to 8.0.0. - [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/v7.32.8...v8.0.0) --- updated-dependencies: - dependency-name: cookstyle dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 49f039957..1f99e5107 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -292,8 +292,10 @@ GEM coderay (1.1.3) concurrent-ruby (1.3.5) connection_pool (2.5.0) - cookstyle (7.32.8) - rubocop (= 1.25.1) + cookstyle (8.0.0) + base64 + ostruct + rubocop (= 1.75.2) declarative (0.0.20) diff-lcs (1.6.1) docker-api (2.4.0) @@ -399,11 +401,13 @@ GEM hashie (>= 3.4, <= 5.0) inspec (>= 2.2.64, < 7.0) test-kitchen (>= 2.7, < 4) + language_server-protocol (3.17.0.4) license-acceptance (2.1.13) pastel (~> 0.7) tomlrb (>= 1.2, < 3.0) tty-box (~> 0.6) tty-prompt (~> 0.20) + lint_roller (1.1.0) little-plugger (1.1.4) lockfile (2.1.3) logger (1.7.0) @@ -444,8 +448,9 @@ GEM nori (2.7.1) bigdecimal os (1.1.4) - parallel (1.26.3) - parser (3.3.7.3) + ostruct (0.6.1) + parallel (1.27.0) + parser (3.3.8.0) ast (~> 2.4.1) racc parslet (2.0.0) @@ -481,16 +486,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.2) - rubocop (1.25.1) + rubocop (1.75.2) + json (~> 2.3) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) - parser (>= 3.1.0.0) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.15.1, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.44.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.43.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.44.1) parser (>= 3.3.7.2) prism (~> 1.4) ruby-progressbar (1.13.0) -- 2.39.5