<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 31 Jan 2019, at 05:54, Philippe Huibonhoa <<a href="mailto:phuibonhoa@gmail.com" class="">phuibonhoa@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">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.  </div></div></blockquote></div><div class=""><br class=""></div><div class="">Use the following shebang line: "#!/usr/bin/env ruby18”. TextMate will automatically download Ruby 1.8 if it’s not available.</div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">--</div><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">/Jacob Carlborg</div>

</div>
<br class=""></body></html>