summaryrefslogtreecommitdiff
path: root/omnibus
diff options
context:
space:
mode:
authortpowell-progress <104777878+tpowell-progress@users.noreply.github.com>2022-09-08 09:47:04 -0400
committerGitHub <noreply@github.com>2022-09-08 09:47:04 -0400
commitf3222ac6df62c047c2610bd057455a3f17a4e6c7 (patch)
treea7e420e55b7895e4f743242a3bfbbb7b8b4bda5e /omnibus
parentaf2813a5fe1ce014967ad7833075ac5bf831b8d4 (diff)
downloadchef-f3222ac6df62c047c2610bd057455a3f17a4e6c7.tar.gz
Bundle with for 2.3.7 and cleanup with minimal gem bumps (#13169)
* Add ruby cleanup * Disable Amazon 2022 and Windows 8 pipelines Signed-off-by: tpowell-progress <104777878+tpowell-progress@users.noreply.github.com>
Diffstat (limited to 'omnibus')
-rw-r--r--omnibus/config/projects/chef.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb
index 3de79303e8..217170ffef 100644
--- a/omnibus/config/projects/chef.rb
+++ b/omnibus/config/projects/chef.rb
@@ -64,10 +64,10 @@ dependency "openssl-customization"
# devkit needs to come dead last these days so we do not use it to compile any gems
dependency "ruby-msys2-devkit" if windows?
-# dependency "ruby-cleanup"
+dependency "ruby-cleanup"
# further gem cleanup other projects might not yet want to use
-# dependency "more-ruby-cleanup"
+dependency "more-ruby-cleanup"
package :rpm do
signing_passphrase ENV["OMNIBUS_RPM_SIGNING_PASSPHRASE"]