Hi
Using RoR 3.0.3 on Mac OS X, and am running into the dependency
problems. Please see the error below. I thought bundler was meant to
precisely avoid these problems? thanks a lot for your help
I tried bundle install / check , deleted old lockfile and regenerate
it, but nothing worked.
rails generate controller testcontroller index
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:233:in activate': can't activate i18n (~> 0.4.1, runtime) for ["mail-2.2.10", "actionmailer-3.0.3", "rails-3.0.3"], already activated i18n-0.5.0beta1 for ["activemodel-3.0.3", "actionpack-3.0.3", "rails-3.0.3"] (Gem::LoadError) from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:249:in
activate’
from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:248:in each' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:248:in
activate’
from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:249:in
activate' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:248:in
each’
from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:248:in
activate' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:249:in
activate’
from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:248:in each' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:248:in
activate’
from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:1082:in `gem’
from /opt/local/bin/rails:18
Thanks a lot