NameError: uninitialized constant Gem::SourceIndex

后端 未结 5 2182
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-01 12:08

This error appears for a new rails app, with nothing modified, when visiting the homepage (after successfully running bundle install).

Here are the vers

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-01 12:57

    Run:

    gem update --system 1.8.24
    

    Sounds like there's something buggy with latest.

提交回复
热议问题