From d4b0b1005fa4f6c3a772ddc28dd9051fe11e556a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:14:13 +0000 Subject: [PATCH] Update chef requirement from < 18 to < 19 Updates the requirements on [chef](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/v0.0.1...v18.5.0) --- updated-dependencies: - dependency-name: chef dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- omnibus/files/server-ctl-cookbooks/infra-server/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus/files/server-ctl-cookbooks/infra-server/Gemfile b/omnibus/files/server-ctl-cookbooks/infra-server/Gemfile index 93e4a0fd19..b26292cac9 100644 --- a/omnibus/files/server-ctl-cookbooks/infra-server/Gemfile +++ b/omnibus/files/server-ctl-cookbooks/infra-server/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org' gem 'cookstyle' gem 'chefspec' gem 'veil' -gem 'chef', '< 18' # Do not pull in chef 18 until the build image is updated with > ruby 3.0 +gem 'chef', '< 19' # Do not pull in chef 18 until the build image is updated with > ruby 3.0