Invalid gemspec error while running compass in ruby

好久不见. 提交于 2019-12-12 03:20:06

问题


I receive the following error when running a new compass project in OSX 10.7.3.

Invalid gemspec in [/Library/Ruby/Gems/1.8/specifications/multipart-post-1.1.5.gemspec]:           invalid date format in specification: "2012-02-13 00:00:00.000000000Z"

I have tried running sudo gem update --system to cure the problem but I get the same error when doing so.


回答1:


Try this

gem install rubygems-update
update_rubygems

You may also find this helpful esp. the answer of GaborKomaromi

Invalid date format specification in gemspec



来源:https://stackoverflow.com/questions/10077894/invalid-gemspec-error-while-running-compass-in-ruby

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!