From 7895b7edaeb9d4905c5bd854566969594d906a02 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 09:34:12 +0000 Subject: [PATCH] Update chefstyle requirement from 1.0.5 to 1.1.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.0.5...v1.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d200f120..7e4e6514 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ group :test do gem "coveralls", require: false gem "minitest", "~> 5.8" gem "rake", "~> 13.0" - gem "chefstyle", "1.0.5" + gem "chefstyle", "1.1.0" gem "simplecov", "~> 0.10" gem "concurrent-ruby", "~> 1.0" gem "pry-byebug"