summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-07-13 07:02:46 -0700
committerJohn McCrae <john.mccrae@progress.com>2022-07-13 07:02:46 -0700
commite1cb3f3a4f6e22cd8f956adc95ba616b1b9f2fc2 (patch)
tree931b53d3e1d57925cd95882a437bc3c9f0d6cb47
parent5359360aae3a3e70204b26c4c2ff385a0d340898 (diff)
downloadchef-e1cb3f3a4f6e22cd8f956adc95ba616b1b9f2fc2.tar.gz
starting to integrate ruby 3.1 into the builds
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--omnibus/config/projects/chef.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb
index dd22f4654c..6bb5ed300b 100644
--- a/omnibus/config/projects/chef.rb
+++ b/omnibus/config/projects/chef.rb
@@ -71,7 +71,7 @@ end
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"]