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

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

    I did all of the above without result. Then I discovered that i18n couldn't be installed because my Ruby version was too low. (Said message was lost in the blast that bundler emits.) I updated Ruby and voila! i18n installed. NB: for some reason, Gemfile.lock showed it as installed even before this success, but RubyMine didn't show it as one of the installed libraries. Go figure.

提交回复
热议问题