The following must be considered a bug:

>> require 'rubygems'
=> true
>> Gem.activate('rails', '< 3.0.0.beta')
=> true
>> require 'active_support/ordered_hash'
Gem::LoadError: Unable to activate activesupport-3.0.4, but rails-2.3.9.pre 
depends on activesupport (= 2.3.9.pre, runtime)
        from /opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:265:in `activate'
        from /opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:198:in `try_activate'
        from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`require'
        from (irb):3
>> Gem.activate('activesupport', '2.3.9.pre')
=> true
>> require 'active_support/ordered_hash'
=> true

Replication environment is the same as my last.

Thanks,

James
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to