I am a software engineer specializing in Agile methods, Behavior Driven Development and Ruby on Rails. I live in Vancouver, Canada, where I work for
VersaPay as a Ruby on Rails programmer & BDD guy developing an
electronic funds transfer platform. This blog is about Agile project management, Ruby programming and other cool things.
Migrate Rubygems to Ruby Enterprise Edition (REE)
If you have a server running the default Ruby interpreter (“Matz’s Ruby Interpreter” or “Ruby MRI”) and you want to switch to Ruby Enterprise Edition (REE) the following script will help you migrating the gems.
Once you have installed Ruby Enterprise Edition run this script so that REE installs the gems installed on your default ruby environment.
That’s all folks!