From 27ecccb4d20b453b94c6881c4cb6f898286a1fc1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 18:32:39 +0000 Subject: Update chefstyle requirement from 1.4.0 to 1.4.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.4.0...v1.4.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a536f36..2e9755d 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ group :docs do end group :test do - gem "chefstyle", "1.4.0" + gem "chefstyle", "1.4.2" gem "rake" gem "rspec", "~> 3.0" end -- cgit v1.2.1