From be04be2d7e30a874276f535d2ba23551cfcfd680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 13:42:19 +0000 Subject: [PATCH] Update chef-utils requirement from = 16.6.14 to 17.10.0 Updates the requirements on [chef-utils](https://github.com/chef/chef) to permit the latest version. - [Release notes](https://github.com/chef/chef/releases) - [Changelog](https://github.com/chef/chef/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/chef/compare/v16.6.14...v17.10.0) --- updated-dependencies: - dependency-name: chef-utils dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 55544af..f8da902 100644 --- a/Gemfile +++ b/Gemfile @@ -11,14 +11,14 @@ group :development do gem "rspec", "~> 3.4" gem "aruba", "~> 0.6" gem "chef", "~> 14.0" - gem "chef-utils", "= 16.6.14" # pin until we drop ruby 2.5 + gem "chef-utils", "17.10.0" # pin until we drop ruby 2.5 else gem "chef-zero", ">= 15.0.4" gem "chef", "~> 17.0" gem "rspec", "~> 3.10.0" gem "aruba", "~> 1.1" gem "knife", "~> 17.0" - gem "chef-utils", "~> 17.0" # pin until we drop ruby >=3 + gem "chef-utils", "17.10.0" # pin until we drop ruby >=3 end end