Hey this may be a dumb question but I am attempting to downgrade my ruby version to 1.8.7 for my rails 3.1 project, since that is the version supported by my hosting solution. I have uninstalled 1.9.2 and installed ruby 1.8.7 on my dev machine and when I ran bundle install and my gems installed just fine. But when I tried to run 'rails server' I got some funny errors:
Invalid gemspec in [C:/Ruby187/lib/ruby/gems/1.8/specifications/execjs-1.2.4.gemspec]: invalid date format in specification: "2011-08-03 00:00:00.000000000Z" Invalid gemspec in [C:/Ruby187/lib/ruby/gems/1.8/specifications/rack-cache-1.0.3.gemspec]: invalid date format in specification: "2011-08-27 00:00:00.000000000Z" Invalid gemspec in [C:/Ruby187/lib/ruby/gems/1.8/specifications/tilt-1.3.3.gemspec]: invalid date format in specification: "2011-08-25 00:00:00.000000000Z" Invalid gemspec in [C:/Ruby187/lib/ruby/gems/1.8/specifications/execjs-1.2.4.gemspec]: invalid date format in specification: "2011-08-03 00:00:00.000000000Z" Invalid gemspec in [C:/Ruby187/lib/ruby/gems/1.8/specifications/rack-cache-1.0.3.gemspec]: invalid date format in specification: "2011-08-27 00:00:00.000000000Z" Invalid gemspec in [C:/Ruby187/lib/ruby/gems/1.8/specifications/tilt-1.3.3.gemspec]: invalid date format in specification: "2011-08-25 00:00:00.000000000Z" Invalid gemspec in [C:/Ruby187/lib/ruby/gems/1.8/specifications/execjs-1.2.4.gemspec]: invalid date format in specification: "2011-08-03 00:00:00.000000000Z" Invalid gemspec in [C:/Ruby187/lib/ruby/gems/1.8/specifications/rack-cache-1.0.3.gemspec]: invalid date format in specification: "2011-08-27 00:00:00.000000000Z" Invalid gemspec in [C:/Ruby187/lib/ruby/gems/1.8/specifications/tilt-1.3.3.gemspec]: invalid date format in specification: "2011-08-25 00:00:00.000000000Z" ←[31mCould not find rack-cache-1.0.3 in any of the sources←[0m ←[33mRun `bundle install` to install missing gems.←[0m I just went through all the steps to install 1.8.7 and 'gem install rails' to get everything in order, and it looked like it installed rack-cache just fine 'Successfully installed rack-cache-1.0.3' If anyone has any tips on how to clean this up and successfully downgrade my ruby version I would greatly appreciate it! Thanks! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

