On Oct 19, 12:01 pm, Tsolmon Narantsogt <[email protected]> wrote: > Hello everybody. > > I just upgrade my gem version 1.37 to 1.8.11. Then i run my project and got > a this error. > > START Error > ------------- > Invalid gemspec in > [/usr/lib/ruby/gems/1.8/specifications/json-1.6.1.gemspec]: invalid date > format in specification: "2011-09-18 00:00:00.000000000Z" > /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependen > cies.rb:55: > uninitialized constant ActiveSupport::Dependencies::Mutex (NameError) > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in > `gem_original_require' > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in `require' > from > /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support.rb:56 > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in > `gem_original_require' > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in `require' > from /usr/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/commands/server.rb:1 > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in > `gem_original_require' > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in `require' > from script/server:4 > > ------------------- > END Error > > And my gem list is > ---------------------------- > rack (1.2.3, 1.0.1) > rack-mount (0.6.14) > rack-test (0.5.7) > rails (2.3.5) > railties (3.0.9) > rake (0.9.2) > rbx-require-relative (0.0.5) > rdoc (3.9.1) > rmagick (2.13.1) > ruby-debug (0.10.4) > ruby-debug-base (0.10.4) > rubygems-update (1.8.11, 1.4.0) > thor (0.14.6) > transaction-simple (1.4.0) > treetop (1.4.10) > ttfunk (1.0.3) > tzinfo (0.3.29) > will_paginate (2.3.15) > > Psl help me [?] > > Thanks > Tsolmon > > 330.gif > < 1KViewDownload
I don't believe you listed your entire gem list - important things like activerecord, actionmailer, etc. are missing. You should have a json gem. Try updating it. (gem update json) -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

