From 62fd13e52dd3d3bb136ca4938eb0531b131c9cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 14:00:08 +0000 Subject: [PATCH] Update chef-utils requirement from 17.10.0 to 17.10.68 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/v17.10.0...v17.10.68) --- 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 9df4beb..83ae6db 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", "17.10.0" # pin until we drop ruby 2.5 + gem "chef-utils", "17.10.68" # 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.10.0" # pin until we drop ruby >=3 + gem "chef-utils", "17.10.68" # pin until we drop ruby >=3 end end