summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-22 16:45:05 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-22 16:45:05 -0700
commitc7e6c94c9ab2c2b9ed42b4ed4fc6cb4096ba24f6 (patch)
tree43889808448de5978be6d12dceb65cc9f6466daa
parent55a775b58738c81e35b3f2ec152a333f928cd355 (diff)
downloadchef-c7e6c94c9ab2c2b9ed42b4ed4fc6cb4096ba24f6.tar.gz
Update the habitat plan for Linux to Ruby 3
Match omnibus builds Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--habitat/plan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.sh b/habitat/plan.sh
index 50868b1a3e..ec0b0f6a09 100644
--- a/habitat/plan.sh
+++ b/habitat/plan.sh
@@ -1,4 +1,4 @@
-_chef_client_ruby="core/ruby27"
+_chef_client_ruby="core/ruby30"
pkg_name="chef-infra-client"
pkg_origin="chef"
pkg_maintainer="The Chef Maintainers <humans@chef.io>"