Invalid gemspec because of the date format in specification

后端 未结 15 1140
悲&欢浪女
悲&欢浪女 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:13

    You may upgraded your gem. To fix this you can edit the gemspecfile directly - from

    2011-04-21 00:00:00.000000000Z
    

    to

    YYYY-MM-DD
    

    Or upgrade your rails also

    sudo gem update rails
    

    It will fix the issue.

提交回复
热议问题