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

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

    I solved the problem.

    The problem was, I upgraded the Rails version but I did not upgrade the bin/ folder.

    So, to do that, I had to run the following command, and override everything:

    $ bundle exec rake rails:update:bin
    

    Thanks.

提交回复
热议问题