From 489ede335c46a3edd322bd36353936aed8d466ea Mon Sep 17 00:00:00 2001 From: Jason Gladish Date: Mon, 20 Jan 2025 11:10:27 -0500 Subject: [PATCH] Add rbspy Why is this change needed? -------------------------- This is handy for seeing what's going on with a running ruby process, which is very handy for debugging. How does it address the issue? ------------------------------ Install rbspy via homebrew. Any links to any relevant tickets, articles, or other resources? --------------------------------------------------------------- https://rbspy.github.io/ Did you complete all of the following? -------------------------------------- - Run test suite? - Add new tests? - Consider security implications and practices? --- .brewfiles/20_development_tools.Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.brewfiles/20_development_tools.Brewfile b/.brewfiles/20_development_tools.Brewfile index 5b31fa7..37dfa34 100644 --- a/.brewfiles/20_development_tools.Brewfile +++ b/.brewfiles/20_development_tools.Brewfile @@ -29,6 +29,7 @@ brew "shellcheck" cask "sqlpro-for-postgres" brew "rbenv" brew "rbenv-default-gems" +brew "rbspy" brew "ripgrep" brew "rsync" brew "sheldon"