From 20940739c20f1784018f2ab30808bbd3f57d3f1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 04:13:32 +0000 Subject: [PATCH] Update chefstyle requirement from 2.1.3 to 2.2.0 Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest version. - [Release notes](https://github.com/chef/chefstyle/releases) - [Changelog](https://github.com/chef/chefstyle/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v2.1.3...v2.2.0) --- 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 6caacc3..b60a6a8 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ if Gem.ruby_version.to_s.start_with?("2.5") end group :development do - gem "chefstyle", "2.1.3" + gem "chefstyle", "2.2.0" gem "m" gem "bundler" gem "byebug"