summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoornima <94897054+poorndm@users.noreply.github.com>2023-04-25 18:03:15 +0530
committerGitHub <noreply@github.com>2023-04-25 08:33:15 -0400
commit1f88f6205034201367399f699e34b0d5e8fbbbf9 (patch)
tree6bebcfcbe300a4063162b5e51b36272fccf5a08c
parentbb38966ab2cce9ebc8a1650ab0fb1e0a47a45468 (diff)
downloadchef-1f88f6205034201367399f699e34b0d5e8fbbbf9.tar.gz
Add ruby-cleanup to clear the bundler/gems and cache folder (#13676)
* Add ruby-cleanup to clear the bundler/gems and cache folder Signed-off-by: poorndm <poorndm@progress.com>
-rw-r--r--omnibus/Gemfile.lock4
-rw-r--r--omnibus/config/projects/chef.rb1
2 files changed, 3 insertions, 2 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 36f87109ae..239cde6599 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/chef/omnibus-software.git
- revision: 6a1c8896edf6c5606facc83b75ecaacf22019e2b
+ revision: 8e242c1b616744701471495db261d3774b11cbdf
branch: main
specs:
- omnibus-software (23.3.287)
+ omnibus-software (23.4.288)
omnibus (>= 9.0.0)
GIT
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb
index 27e420e92a..9a5c6034cb 100644
--- a/omnibus/config/projects/chef.rb
+++ b/omnibus/config/projects/chef.rb
@@ -44,6 +44,7 @@ override :chef, version: "local_source"
dependency "chef-local-source"
dependency "shebang-cleanup"
+dependency "ruby-cleanup"
# further gem cleanup other projects might not yet want to use
dependency "more-ruby-cleanup"