summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marcparadise@users.noreply.github.com>2022-09-23 16:31:29 +0000
committerGitHub <noreply@github.com>2022-09-23 16:31:29 +0000
commitbafc0d70511919a736bba31c7a5fe94ae1f30741 (patch)
tree7ac0f437c8ef4febab0be70bdc60d35080f53b15
parentf4d8f61810b3920c3d1affc061240ee007e1d35a (diff)
parentb3905ce4ac4ed11ecf9d6ff8982065f7610d7949 (diff)
downloadchef-bafc0d70511919a736bba31c7a5fe94ae1f30741.tar.gz
Merge pull request #13203 from chef/neha-p6/update_knife_dependencies
Update Chef version in Gemfile.lock under knife
-rwxr-xr-x.expeditor/update_version.sh3
-rw-r--r--knife/Gemfile.lock4
2 files changed, 5 insertions, 2 deletions
diff --git a/.expeditor/update_version.sh b/.expeditor/update_version.sh
index c8e71e5983..18599cc18a 100755
--- a/.expeditor/update_version.sh
+++ b/.expeditor/update_version.sh
@@ -27,5 +27,8 @@ sed -i -r "s/(^\s+chef-bin\s+.+)${ORIGINAL_VERSION}(.+)/\1${VERSION}\2/" Gemfile
sed -i -r "s/(^\s+chef-config\s+.+)${ORIGINAL_VERSION}(.+)/\1${VERSION}\2/" Gemfile.lock
sed -i -r "s/(^\s+chef-utils\s+.+)${ORIGINAL_VERSION}(.+)/\1${VERSION}\2/" Gemfile.lock
+#Update the version in knife/Gemfile.lock
+sed -i -r "s/(^\s+chef\s+.+)${ORIGINAL_VERSION}(.+)/\1${VERSION}\2/" knife/Gemfile.lock
+
# Once Expeditor finishes executing this script, it will commit the changes and push
# the commit as a new tag corresponding to the value in the VERSION file.
diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock
index 5a2596bdd9..f7ee291a6a 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.0.149)
- chef (18.0.149-x64-mingw-ucrt)
+ chef (18.0.150)
+ chef (18.0.150-x64-mingw-ucrt)
PLATFORMS
ruby