=== $ spork Using RSpec Preloading Rails environment You have already activated spork 0.9.0.rc8, but your Gemfile requires spork 0.8.4. Consider using bundle exec. (Gem::LoadError) ===
After updating my Gemfile to newer versions of several gems, I got a message that said none of my tests could be run??? So, I changed the versions back to the old versions, but now I get that spork error. Is there a way to 'unactivate' spork 0.9.0 and 'activate' spork 0.8.4? -- 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.

