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

后端 未结 6 1453
时光取名叫无心
时光取名叫无心 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:52

    Earlier version was i18n --version 0.6.1

    Issue got resolved using the below command.

    sudo gem install i18n --version 0.7
    

提交回复
热议问题