diff options
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. |