Closed fiedl closed 9 years ago
1.8 was the system ruby before maveriks
Using env Ruby is dangerous because you can't know the exact version since many ppl use version managers like rvm.io to point env Ruby to different versions.
I'd suggest to replace env Ruby with the full path as it was before but with the version switched to 2.0.
About deactivating the original bundle maybe it worth putting a note in the readme
I've used the fork with rbenv for two weeks, now---so far everything works fine. But surely using the absolute path would be a more robust solution.
Trying to fix https://github.com/streeter/markdown-redcarpet.tmbundle/issues/17.
The missing gems have to be installed as follows:
Since I don't know why originally
/System/Library/Frameworks/Ruby.framework/Versions/1.8
has been used, please double check this change.It works fine for my Yosemite system (screenshot below). But, I had to deactivate the original markdown bundle in textmate.
Thanks for your bundle!