Invalid gemspec because of the date format in specification

后端 未结 15 1146
悲&欢浪女
悲&欢浪女 2020-11-28 01:41

When I include a gem that I made, thanks to Bundler (version 1.0.12), in a Gemfile and then I try to bundle or to rake just like that:

$ rake

I\

15条回答
  •  情歌与酒
    2020-11-28 02:09

    Please notice the comment from Damian Nowak. These commands do possibly mess up your rubygems!

    On Ubuntu 11.10 the following solved this error:

    sudo gem install rubygems-update
    sudo update_rubygems     
    

    The following may work on some systems but not on Debian based:

    sudo gem update --system
    

提交回复
热议问题