Hello, Will it affect my rails application if the rubygems version I used on my development server is 1.2.0 and on the production server it is 1.3.7 ? If so , how can I downgrade the production server's version of rubygem?
The reason Im doing this is we've decided to switch over to a new dedicated server and I want to mirror every version of rails, ruby,rubygem and gems so that I will have less problems when I transfer the code base and test it on the new server.
Thanks!