error Could not find i18n-0.7.0 in any of the sources

后端 未结 6 1459
时光取名叫无心
时光取名叫无心 2021-02-13 18:17

This Saturday (27th, December), I upgraded my project Rails version from version 4.1.5 to version 4.2.0. And I also upgraded the Ruby version from 2.1.2 to 2.1.5.

Today,

6条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-13 18:42

    I had the same issue and solved it by deleting the Gemfile.lock and running another bundle command.

    After that, I was back to an earlier version of i18n (0.6.11) and everything worked as expected.

提交回复
热议问题