Skip to content

Commit 0996abb

Browse files
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](chef/cookstyle@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] <support@github.com>
1 parent 152addc commit 0996abb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :development, :test do
1818
end
1919

2020
group :style do
21-
gem "cookstyle", "~> 8.6"
21+
gem "cookstyle", "~> 9.0"
2222
end
2323

2424
if ENV["GEMFILE_MOD"]

0 commit comments

Comments
 (0)