From e9680e14ff85a803bba1ebfbb79d8342a764c9d7 Mon Sep 17 00:00:00 2001 From: Dillon Dalton <75738116+ddalton15@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:18:17 -0800 Subject: [PATCH] fix: resolve deprecation warning Warning: Calling inreplace(paths, before, after, false) is deprecated! Use inreplace(paths, before, after, audit_result: false) instead. Please report this issue to the osrf/homebrew-simulation tap (not Homebrew/brew or Homebrew/homebrew-core), or even better, submit a PR to fix it: /opt/homebrew/Library/Taps/osrf/homebrew-simulation/Formula/simbody.rb:3 --- Formula/simbody.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/simbody.rb b/Formula/simbody.rb index 5f568da7d..9957d2d53 100644 --- a/Formula/simbody.rb +++ b/Formula/simbody.rb @@ -36,7 +36,7 @@ def install inreplace Dir[lib/"cmake/simbody/SimbodyTargets-*.cmake"], %r{/Applications/+Xcode.app/[^;]*/System/Library}, - "/System/Library", false + "/System/Library", audit_result: false end test do