Topic: can't start 'ruby script/server'
I am a noob, so I am nearly helpless in trying to do this tutorial. I did an update, and now I am getting the following error when I start the webrick server;
C:\rails\cookbook>ruby script/server
c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:827:in `report_activate_error': RubyGem version error: rack(1.0.0 not ~> 1.0.1) (Gem::LoadError)
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:261:in `activate'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:68:in `gem'
from c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller.rb:34
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521:in new_constants_in'
from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
from c:/ruby/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/commands/server.rb:2
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from script/server:3I am guessing the ubyGem version error: rack(1.0.0 not ~> 1.0.1) (Gem::LoadError) is the source of my error, but I have no idea how to fix this. Any advice out there?