[TxMt] Re: Newer Ruby bundled in the app

Michael Sheets mummer at whitefalls.org
Fri Jul 6 05:06:34 UTC 2018


On Jul 5, 2018, at 7:52 PM, Shane Becker <veganstraightedge at gmail.com> wrote:
> 
> Hi y’all.
> 
> Are there any plans to bundle a more recent Ruby version in the app?
> 
> Ruby 2.5.1 is the latest. 
> Ruby 1.8.7 ships with the app.
> 
> The Ruby Core team has long ago stopped supporting 1.8.x. 
> They currently only support (security fixes, etc) Ruby 2.3 - 2.5 (and 2.6 preview).

We include 1.8.7 only due to the fact that many bundle commands and libraries that are still in active use were written with and aren’t compatible with 2.x. For newer bundle items and as we update older ones we are converting to using 2.x. For these cases we use the version supplied with the OS (currently 2.3.3). None of this is really meant for ruby development, for that case you can set the TM_RUBY variable to whatever version you want to use and it will be used for running your own scripts, etc. (And for simple cases it will be default use the OS supplied version if TM_RUBY is not set.)


More information about the textmate mailing list