RubyFlow The Ruby and Rails community linklog

Bundler 1.2.0 Released

Heroku’s own Terence Lee has cut a release of Bundler 1.2.0, enjoy.

Comments

I’ve updated two of my articles to point out the need to update Bundler:

Installing Rails Rails on Heroku

To summarize:

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.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in