I'm running Tiger and (stupidly) decided to upgrade Rails from 1.1.6 to 1.2.6. I ran the command "sudo gem install rails --include-dependencies" and everything seemed to go OK. However, after the install, when I ran the command "rails -v", I got the errors shown below. Could it be that 1.2.6 is not compatible with Tiger? I've been searching the Internet for compatibility info but haven't found anything. By the way, in desperation, I tried to go back to 1.1.6 but I still get the same errors so now I'm hosed. Can anyone help? Thanks.
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:55: uninitialized constant ActiveSupport::Dependencies::Mutex (NameError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support.rb:56
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record.rb:25
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:229:in `activate'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:228:in `each'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:228:in `activate'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:214:in `activate'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:213:in `each'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:213:in `activate'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:66:in `active_gem_with_options'
from /usr/local/lib/ruby/site