From 006be975b3b91a6980cfabb7a87f4320fc32b55d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:14:45 +0000 Subject: [PATCH] Update chefstyle requirement from 1.7.1 to 1.7.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/master/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v1.7.1...v1.7.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2016b6d4..6263150b 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", "1.7.1" + gem "chefstyle", "1.7.2" gem "parallel", "< 1.21.0" # remove this pin once support for Ruby 2.4 ends gem "simplecov", "< 0.19" # remove this pin once support for Ruby 2.4 ends gem "concurrent-ruby", "~> 1.0"