Gem 1.2.0 released

Yesterday gem 1.2.0 was released. This is a release we’ve all been waiting for! This version doesn’t have the ‘bulkupdate’ and doesn’t consume that much memory as before. So update your gem for the last time with the -B parameter. Like this:

gem update --system -B 1000000

Before version 1.2.0 I had to do on my VPS:

gem install -B 1000000 --no-rdoc --no-ri rails

But now I can do:

gem install --no-rdoc --no-ri rails

And it’s finished in a sec!

This entry was posted in Ruby on Rails, VPS and tagged , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>