In your Gemfile you can specify: gem 'spork', :version => 0.8.4 Also you might wanna delete newer spork: gem uninstall sport -v=0.9.0
It's more important: you will have the same problem if you do no use Gemsets with RVM. After every update your gems will be confused. I hope you used RVM for Ruby install. Ask me in private if you have further struggles. good luck, Zoltan On Jul 16, 1:34 pm, 7stud -- <[email protected]> wrote: > === > $ 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 viahttp://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.

