From f349c651f0ae829c16f95869b6f8e5b01a249054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 13:17:18 +0000 Subject: [PATCH] Update chefstyle requirement from 1.7.5 to 2.1.1 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/v1.7.5...v2.1.1) --- 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 7eafaf2..8133c8b 100644 --- a/Gemfile +++ b/Gemfile @@ -22,5 +22,5 @@ group :test do gem "rspec-mocks" gem "rspec_junit_formatter" gem "fog-core" - gem "chefstyle", "1.7.5" + gem "chefstyle", "2.1.1" end