Invalid date format specification in gemspec

后端 未结 18 2045
野性不改
野性不改 2020-12-04 09:47

I am getting the following error when I try to use gems in windows, and I also referred to this stackoverflow post and updated rubygems and rails. But nothing could solve t

18条回答
  •  春和景丽
    2020-12-04 10:02

    I've too many gems to fix one by one, and try both update_rubygems and gem pristine --all still no luck.

    So I use rvm clear gemset to remove all gems with wrong gemspec. Execute bundle install to reinstall all the gems, and Viola!

提交回复
热议问题