summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-03-24 21:43:52 -0700
committerGitHub <noreply@github.com>2021-03-24 21:43:52 -0700
commit421e5d16cfd6741d3f99766e81871e1c7e7166e4 (patch)
tree7ecd9c46998bc7dc29db611d2c8797ec2fde937f
parent45001e42befdf915f9f4cdd7eca8b69c55dee654 (diff)
parentd7e5f9969f7a169bdee517d8c20191ca7e0acc9e (diff)
downloadchef-421e5d16cfd6741d3f99766e81871e1c7e7166e4.tar.gz
Merge pull request #11236 from chef/fix_expeditor
Use Ruby 2.6.6 in the version script instead
-rwxr-xr-x.expeditor/update_version.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/update_version.sh b/.expeditor/update_version.sh
index 25bd08e67d..8b088cbaa9 100755
--- a/.expeditor/update_version.sh
+++ b/.expeditor/update_version.sh
@@ -17,8 +17,8 @@ sed -i -r "s/^(\s*)VERSION = \".+\"/\1VERSION = \"$(cat VERSION)\"/" chef-utils/
sed -i -r "s/VersionString\.new\(\".+\"\)/VersionString.new(\"$(cat VERSION)\")/" lib/chef/version.rb
# Update the version inside Gemfile.lock
-asdf install ruby 2.5.7
-asdf global ruby 2.5.7
+asdf install ruby 2.6.6
+asdf global ruby 2.6.6
bundle update chef chef-config chef-utils --jobs=7 --conservative
# Once Expeditor finishes executing this script, it will commit the changes and push