From a32e7ff005790dbbd3aca3930e391e93271c4ce2 Mon Sep 17 00:00:00 2001 From: Dakota Schneider Date: Tue, 23 Jul 2019 11:33:03 -0700 Subject: [PATCH] Use Native Ruby `ruby20` was an old Homebrew-installed version for getting Ruby 2 on old macOS (see https://stackoverflow.com/a/14138490). This fix simply uses system installed Ruby, which ensures macOS compatibility on supported versions since 10.9 --- Commands/Reformat Document : Selection.tmCommand | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/Reformat Document : Selection.tmCommand b/Commands/Reformat Document : Selection.tmCommand index 0cca9f8..dadba3c 100644 --- a/Commands/Reformat Document : Selection.tmCommand +++ b/Commands/Reformat Document : Selection.tmCommand @@ -5,7 +5,7 @@ beforeRunningCommand nop command - #!/usr/bin/env ruby20 + #!/usr/bin/env ruby require 'json' stdin = STDIN.read