drincruz_ has quit [Read error: Connection reset by peer]
drincruz_ has joined #ruby
croberts has quit [Ping timeout: 252 seconds]
Toledo has joined #ruby
_ht has joined #ruby
infernix has joined #ruby
infernix has quit [Remote host closed the connection]
infernix has joined #ruby
dvgorod_ has quit [Ping timeout: 246 seconds]
lucf117 has joined #ruby
chonkbit has quit [Ping timeout: 256 seconds]
chonkbit has joined #ruby
postmodern has joined #ruby
semanticz0_ has left #ruby [Leaving]
drincruz has joined #ruby
drincruz_ has quit [Ping timeout: 246 seconds]
chonkbit has quit [Ping timeout: 240 seconds]
_ht has quit [Remote host closed the connection]
qunzhong_luxian has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<nakilon>
why does rbenv install -l | grep 2.3 shows absolutely the asme list on macOS and centos
<nakilon>
but on ubuntu this list is much shorter and there are no versions 2.3.5 to 2.3.8
<nakilon>
> ruby-build is already the newest version (20170726-1).
<nakilon>
what
<nakilon>
2017???
<nakilon>
maybe I had to install centos...
<nakilon>
seems like the ruby-build is being installed from some prehistoric ages from apt repositores instead of being installed as a plugin to rbenv so I can't "cd to it and do git pull" like people recommend in internet
<nakilon>
and maybe it's because OS didn't have git installed yet...
<nakilon>
so I'll have to have TWO ruby-build installations now because the native one is what holding the build dependencies in system
SuperLag has joined #ruby
ur5us has joined #ruby
Garb0 has joined #ruby
jhass[m] has joined #ruby
<nakilon>
$ rbenv install 2.3.8 -- ERROR: Ruby install aborted due to missing extensions Try running `apt-get install -y libssl-dev` to fetch missing dependencies.
ckrailo has joined #ruby
<nakilon>
$ sudo apt-get install -y libssl-dev -- libssl-dev is already the newest version (1.1.1f-1ubuntu2.4).
<nakilon>
ubuntu is really a trash
<nakilon>
I don't remember myself to be unable to install ruby