We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ (cd /opt/chef-workstation/embedded/lib/ruby && rg -g '*.rb' -g '!ffi' /opt/homebrew) 3.1.0/arm64-darwin20/rbconfig.rb: CONFIG["INSTALL"] = '/opt/homebrew/bin/ginstall -c' <-- none of these exist 3.1.0/arm64-darwin20/rbconfig.rb: CONFIG["MAKEDIRS"] = "/opt/homebrew/bin/gmkdir -p" 3.1.0/arm64-darwin20/rbconfig.rb: CONFIG["MKDIR_P"] = "/opt/homebrew/bin/gmkdir -p"
# ruby/3.2.2/lib/ruby/3.2.0/arm64-darwin22/rbconfig.rb CONFIG["INSTALL"] = '/usr/bin/install -c' ... CONFIG["MKDIR_P"] = "mkdir -p" ... CONFIG["MAKEDIRS"] = "mkdir -p"
23.4.1032 stable (latest for current also)
macOS 13.3.1 arm64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
From another Ruby on the same system
Chef Workstation Version
23.4.1032 stable (latest for current also)
Platform Version
macOS 13.3.1 arm64
The text was updated successfully, but these errors were encountered: