summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authormwrock <matt@mattwrock.com>2020-11-17 13:08:59 -0800
committermwrock <matt@mattwrock.com>2020-11-17 13:08:59 -0800
commitbd6dc3c8eadb23713a4d50ef6284a08563b25a60 (patch)
tree07615f51d7047cedab386f86a2e2be89fb1b5764 /Gemfile
parent225268c1a4697b06d067420d69b3def1ea48b092 (diff)
downloadchef-bd6dc3c8eadb23713a4d50ef6284a08563b25a60.tar.gz
update pwsh in powershell_exec to 7.1.0 and add comments explaining how to pull in updatesps71
Signed-off-by: mwrock <matt@mattwrock.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index beae5f67df..6dfe616d95 100644
--- a/Gemfile
+++ b/Gemfile
@@ -72,6 +72,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.