You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ruby 3.1 or 3.2 and running chef-run, if an error occurs, the following internal error is outputted: (see "client output").
I don't know if chef-apply is supposed to be used with ruby 3.x and that this issue should be reported. Ruby 3.1 introduced several breaking changes with YAML module, including change to YAML.load arguments. After the following change issue no longer remains and the error message is outputted correctly:
Description
When using ruby 3.1 or 3.2 and running
chef-run
, if an error occurs, the following internal error is outputted: (see "client output").I don't know if chef-apply is supposed to be used with ruby 3.x and that this issue should be reported. Ruby 3.1 introduced several breaking changes with YAML module, including change to
YAML.load
arguments. After the following change issue no longer remains and the error message is outputted correctly:Chef Apply Version
0.9.4
Platform Version
Mac OS 10.13.6 x86_64
Replication Case
Client Output
Stacktrace
See above
The text was updated successfully, but these errors were encountered: