On 24/03/2010 10:34 AM, Zayd Connor wrote:
In my command line I type script/server and I get the following error
below:

/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:826:in
`report_activate_error': RubyGem version error: rack(0.9.1 not ~>  1.0.1)
(Gem::LoadError)


I see the rubygem version error, I get version 1.3.4 when I type gem -v
at the command.

Yes, but it's the rack version it is complaining about, not rails.

gem install rack -v=1.0.1

Cheers,
Gary.

--
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to