From 93ea4f42e3c2ccfa65277664da410d1fae7f7185 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 24 Jun 2022 18:39:24 -0500 Subject: [PATCH] Bump chef client in firezone cookbooks Gemfile to 17.10.0 (#755) --- omnibus/cookbooks/firezone/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/omnibus/cookbooks/firezone/Gemfile b/omnibus/cookbooks/firezone/Gemfile index b70e7217b..aaf80a0d1 100644 --- a/omnibus/cookbooks/firezone/Gemfile +++ b/omnibus/cookbooks/firezone/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gem 'berkshelf' -gem 'chef', '~> 16.17.18' -gem 'chef-bin', '~> 16.17.18' +gem 'chef', '~> 17.10.0' +gem 'chef-bin', '~> 17.10.0'