<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 30 Oct 2019, at 0:36, Matt Neuburg wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Something has gone wrong with the Insert Close Tag command. It puts up a dialog that says<br>
<br>
    "This command requires OS X 10.9 or higher."<br>
<br>
As I'm using OS X 10.14, that is a curious objection to make.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">The check is actually for ruby 2 being installed on your system, and if it is not found, it assumes you are not on OS X 10.9+.</p>

<p dir="auto">Can you try to run this in a terminal:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">ls -l /System/Library/Frameworks/Ruby.framework/Versions
</code></pre>

<p dir="auto">Ideally it would show a version number >= 2.0.</p>

<p dir="auto">If you do see a version then try this line:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">ls -l /System/Library/Frameworks/Ruby.framework/Versions/2.*/usr/bin/ruby
</code></pre>
</div>
</div>
</body>
</html>