From 22ad1960384bc4c08d23aa6728153e29e1a9f08c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 21:08:31 +0000 Subject: [PATCH] Update chefstyle requirement from 2.0.7 to 2.2.2 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.0.7...v2.2.2) --- 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 5ca732bb..c4a096b2 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ group :test do gem "coveralls", require: false gem "minitest", "~> 5.8" gem "rake", "~> 13.0" - gem "chefstyle", "2.0.7" + gem "chefstyle", "2.2.2" gem "concurrent-ruby", "~> 1.0" gem "pry-byebug" gem "m"