This version lets you specify a Ruby version (such as “1.9.3”) as well as a Ruby engine (such as “jruby”) in your Gemfile. Specifying a Ruby version is required if you plan to deploy to Heroku. It also helps rvm switch to the right Ruby version. And it prevents people from running your code with the wrong version of Ruby.DanielKehoe - August 31, 2012 02:01
Comments