From 0bea89ad7cfd84ecfb6af1c155007a27e8e2d6b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 14:16:59 +0000 Subject: [PATCH] Update chefstyle requirement from 2.2.0 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.2.0...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 eda83f482..28401af41 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ source "https://rubygems.org" gemspec group :development do - gem "chefstyle", "2.2.0" + gem "chefstyle", "2.2.2" gem "rake", ">= 10.1.0" gem "rspec", "~> 3.0" gem "simplecov"