On Sat, Jul 16, 2011 at 4:34 AM, 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? > > Hi, if you're installing gems using bundler, the recommended way to run their associated executables is by doing the following: bundle exec <executable-name> Thus, in your case, you'll run spark as bundle exec spork Good luck, -Conrad > -- > 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. > > -- 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.

