I am getting the below errors whenever i try to start my rails server ("rails s") or install a new gem. Can ne1 tell me how to get rid of them? Invalid gemspec in [/var/lib/gems/1.8/specifications/ tilt-1.3.3.gemspec]: invalid date format in specification: "2011-08-25 00:00:00.000000000Z" Invalid gemspec in [/var/lib/gems/1.8/specifications/ hashie-1.2.0.gemspec]: invalid date format in specification: "2011-10-15 00:00:00.000000000Z" Invalid gemspec in [/var/lib/gems/1.8/specifications/ oauth2-0.5.2.gemspec]: invalid date format in specification: "2012-01-04 00:00:00.000000000Z" Invalid gemspec in [/var/lib/gems/1.8/specifications/ faraday-0.7.5.gemspec]: invalid date format in specification: "2011-10-04 00:00:00.000000000Z" Invalid gemspec in [/var/lib/gems/1.8/specifications/ instagram-0.8.gemspec]: invalid date format in specification: "2011-08-15 00:00:00.000000000Z" -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Jan 9, 7:49 am, serpent403 <aman.webdra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I am getting the below errors whenever i try to start my rails server > ("rails s") or install a new gem. Can ne1 tell me how to get rid of > them?http://blog.rubygems.org/2011/08/31/shaving-the-yaml-yak.html TL;DR: gem update --system gem pristine --all Then do "gem install <name>" for the gems still showing "Invalid gemspec" error PS: This was already answered here and all over the internet (including stackoverflow). Search is your friend. -- Luis Lavena -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.