From 4ab74b8b13713d3e17fb50d3c6433e5847617437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:44:59 +0000 Subject: [PATCH] Update chefstyle requirement from 0.12.0 to 2.2.3 Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest version. - [Changelog](https://github.com/chef/chefstyle/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v0.12.0...v2.2.3) --- updated-dependencies: - dependency-name: chefstyle 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 ff92f73..8c4384d 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ end group :test do gem "minitest", "~> 5.5" gem "rake", "~> 13.0" - gem "chefstyle", "0.12.0" + gem "chefstyle", "2.2.3" gem "concurrent-ruby", "~> 1.0" gem "rspec" gem "simplecov", "~> 0.12"