diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-04-22 16:45:05 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-04-22 16:45:05 -0700 |
commit | c7e6c94c9ab2c2b9ed42b4ed4fc6cb4096ba24f6 (patch) | |
tree | 43889808448de5978be6d12dceb65cc9f6466daa | |
parent | 55a775b58738c81e35b3f2ec152a333f928cd355 (diff) | |
download | chef-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.sh | 2 |
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>" |