On Sat, Sep 2, 2017 at 4:37 PM, Marvin Gülker <m-guel...@phoenixmail.de> wrote: > Am 02. September 2017 um 22:57 Uhr +0200 schrieb Alan McKinnon > <alan.mckin...@gmail.com>: >> OK, so disclaimer up front. I detest Ruby. I hate it with a passion. > > There is nothing one can do against that, but... > >> Each new minor version of ruby is a whole new language and the devs >> are OK with large breaking changes between minor version numbers. > > ...this is factually incorrect. There are new features added quite > often, but minor versions are generally backwards-compatible. The one > exception was the 1.8->1.9 switch years ago.
One of the reasons I dislike Ruby is that there is no complete specification of the language available, making this statement (technically) untestable. Seeing as the OP is saying there are 3 versions queued for merge and he has not installed any of them by hand it looks like Alan is right. Perhaps the OP is using "old" Ruby based software, but software of that age in another language could work on new interpreters. Cheers, R0b0t1.