On 1 Feb 2019, at 17:01, Marc Wilson wrote:
On 31 Jan 2019, at 05:54, Philippe Huibonhoa phuibonhoa@gmail.com wrote: 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.
Use the following shebang line: "#!/usr/bin/env ruby18”. TextMate will automatically download Ruby 1.8 if it’s not available.
From where? Just curious.
It is downloaded from our server, I think Michael just packaged the ruby 1.8 version from homebrew, but not sure.