diff options
author | mwrock <matt@mattwrock.com> | 2020-11-17 13:08:59 -0800 |
---|---|---|
committer | mwrock <matt@mattwrock.com> | 2020-11-17 13:08:59 -0800 |
commit | bd6dc3c8eadb23713a4d50ef6284a08563b25a60 (patch) | |
tree | 07615f51d7047cedab386f86a2e2be89fb1b5764 /Gemfile | |
parent | 225268c1a4697b06d067420d69b3def1ea48b092 (diff) | |
download | chef-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-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |