Zoltan Gero wrote in post #1011290:
> In your Gemfile you can specify:
> gem 'spork', :version => 0.8.4
>

I was alreading doing that, albeit using rails3 syntax

 gem 'spork', '0.8.4'

> Also you might wanna delete newer spork:
> gem uninstall sport -v=0.9.0
>

Thanks.  I didn't try that.  I figured 'bundle install' was responsible 
for that.

> 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.
>

I am using rvm and gemsets, e.g. 1.9.2@rails3tutorial.

>
> Ask me in private if you have further struggles. good luck,
>

I ended up deleting the rails3gemset and starting over with a new 
Gemfile.

-- 
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.

Reply via email to