Y
Hacker News
new
|
ask
|
show
|
jobs
by
judofyr
4731 days ago
Ubuntu/Debian does not ship with Ruby 1.9.1. They ship with Ruby 1.9.3 under the name of "ruby-1.9.1" because they are ABI compatible.
1 comments
__mp
4730 days ago
Ah yes, I was confused by the ABI level. They ship with 1.9.3p0 which you shouldn't use. The currently recommended version is 1.9.3p392 or p194...
link
jtdowney
4730 days ago
Debian Wheezy (current stable) ships with Ruby 1.9.3-p194 + various patches [1].
[1]
http://packages.debian.org/wheezy/ruby1.9.1
link
__mp
4730 days ago
Ah yes, we're currently running Ubuntu 12.04 LTS.
link
tacticus
4730 days ago
ubuntu 13.04 is ruby 1.9.3p194 which i believe was the default for 12.10 as well
link