summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-11-17 15:35:24 -0800
committerGitHub <noreply@github.com>2020-11-17 15:35:24 -0800
commitc18c1009773c2edb549d0721538d493582ee5da8 (patch)
tree64e733d64b19dc12481f1b35c153531870081ba5 /Gemfile
parentc7a7e1b6b088cbd8a29a18ac1228768c985a2049 (diff)
parentbd6dc3c8eadb23713a4d50ef6284a08563b25a60 (diff)
downloadchef-c18c1009773c2edb549d0721538d493582ee5da8.tar.gz
Merge pull request #10652 from chef/ps71
update pwsh in powershell_exec to 7.1.0 and add comments explaining how to pull in updates
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1dad1b7f64..3801c16ced 100644
--- a/Gemfile
+++ b/Gemfile
@@ -71,6 +71,9 @@ eval_gemfile("./Gemfile.local") if File.exist?("./Gemfile.local")
# For FFI to call into PowerShell we need the binaries and assemblies located
# in the Ruby bindir.
# The Powershell DLL source lives here: https://github.com/chef/chef-powershell-shim
+# Every merge into that repo triggers a Habitat build and promotion. Running
+# the rake :update_chef_exec_dll task in this (chef/chef) repo will pull down
+# the built packages and copy the binaries to distro/ruby_bin_folder.
#
# We copy (and overwrite) these files every time "bundle <exec|install>" is
# executed, just in case they have changed.