views:

33

answers:

0

I have a Rails program that has 2.2.2 embedded. When I run it I get an error because RubyGems 1.3.6 is not compatible with Rails 2.2.2. I am running rvm and would like to set up an environment to run this program with ruby 1.8.7 and rubygems 1.3.5.

Any help would be greatly appreciated.

Barb