Re: Ruby version question

2018-01-06 Thread Yuri
On 01/06/18 14:17, Kevin Oberman wrote: You seem to assume that Ubuntu and FreeBSD both have the same version of Ruby installed. The current version in FreeBSD is  2.4.3.  2.3 is still available as lang/ruby23, but should only be used when some code won't work with 2.4. The Ubuntu system is

Re: Ruby version question

2018-01-06 Thread Kevin Oberman
On Sat, Jan 6, 2018 at 1:41 PM, Yuri wrote: > In order to get a Ruby version, I run this command: > > > $ ruby -r rbconfig -e 'C = RbConfig::CONFIG' -e 'puts C["ruby_version"]' > > > 2.4 > > > However, on Ubuntu 17.10 the same command returns 2.3.0 (with the minor > version of