diff options
author | Tim Smith <tsmith@chef.io> | 2020-11-17 15:35:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 15:35:24 -0800 |
commit | c18c1009773c2edb549d0721538d493582ee5da8 (patch) | |
tree | 64e733d64b19dc12481f1b35c153531870081ba5 /Gemfile | |
parent | c7a7e1b6b088cbd8a29a18ac1228768c985a2049 (diff) | |
parent | bd6dc3c8eadb23713a4d50ef6284a08563b25a60 (diff) | |
download | chef-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-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |