From ea7f7cfee00e186755cb0417a9d12f38927c0275 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 20:02:31 +0000 Subject: [PATCH] Update chefstyle requirement from 1.4.5 to 1.5.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/master/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v1.4.5...v1.5.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 713ef02..c01b996 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.4.5" + gem "chefstyle", "1.5.0" end