<!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 1 Feb 2019, at 17:01, Marc Wilson wrote:</p>
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><blockquote style="border-left:2px solid #777; color:#BBB; margin:0 0 5px; padding-left:5px; border-left-color:#BBB"><p dir="auto">On 31 Jan 2019, at 05:54, Philippe Huibonhoa <phuibonhoa@gmail.com> wrote:<br>
Does Mojave still have Ruby 1.8 available? I have bundle files referencing /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby but that directory does not exist. I'm not sure how to proceed, since this does break some functionality.</p>
</blockquote><p dir="auto">Use the following shebang line: "#!/usr/bin/env ruby18”. TextMate will automatically download Ruby 1.8 if it’s not available.</p>
</blockquote><p dir="auto">From where? Just curious.</p>
</blockquote><p dir="auto">It is downloaded from our server, I think Michael just packaged the ruby 1.8 version from homebrew, but not sure.</p>
</div>
</div>
</body>
</html>