summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrajaktaPurohit <PrajaktaPurohit@users.noreply.github.com>2022-09-08 09:59:42 -0700
committerGitHub <noreply@github.com>2022-09-08 09:59:42 -0700
commit8acbd1fba81436850cf6a0ab5abb220221b2ed9d (patch)
tree3ef02bdff07c198475b1acb859301199b060a665
parentf3222ac6df62c047c2610bd057455a3f17a4e6c7 (diff)
parent118109e0b69123ebe7d9fd60163694405f4e9bcd (diff)
downloadchef-8acbd1fba81436850cf6a0ab5abb220221b2ed9d.tar.gz
Merge pull request #13171 from chef/fix_expeditor_version_bump
The worker container for expeditor needs to use Ruby 3.1.0
-rwxr-xr-x.expeditor/update_version.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.expeditor/update_version.sh b/.expeditor/update_version.sh
index 95840cadfc..d8cc70e418 100755
--- a/.expeditor/update_version.sh
+++ b/.expeditor/update_version.sh
@@ -18,6 +18,7 @@ sed -i -r "s/^(\s*)VERSION = \".+\"/\1VERSION = \"${VERSION}\"/" chef-bin/lib/ch
sed -i -r "s/^(\s*)VERSION = \".+\"/\1VERSION = \"${VERSION}\"/" chef-utils/lib/chef-utils/version.rb
sed -i -r "s/^(\s*)VERSION = \".+\"/\1VERSION = \"${VERSION}\"/" knife/lib/chef/knife/version.rb
sed -i -r "s/VersionString\.new\(\".+\"\)/VersionString.new(\"${VERSION}\")/" lib/chef/version.rb
+asdf global ruby "3.1.0"
# Update the version inside Gemfile.lock
bundle update chef chef-config chef-utils --jobs=7 --conservative