Install latest JRuby/Rails on Debian

The Debian stable distribution (“squeeze”) includes JRuby 1.5.1, which is old.

This is how I installed the latest JRuby:

sudo apt-get install curl
curl -L https://get.rvm.io | bash -s stable
rvm install jruby
rvm use jruby
jruby —S gem install rails

2 thoughts on “Install latest JRuby/Rails on Debian

  1. Works just as well on Ubuntu, OSX 10.8 and Bodhi Linux. I also use RVM for the latest ruby – OSX native ruby, for example, is still 1.8

Leave a reply to Brett Giles Cancel reply