Gem.source_index is deprecated, use Specification. Should I re-install Gem or Rails?

后端 未结 5 436
清歌不尽
清歌不尽 2020-12-02 12:39

I\'m learning RoR on Ubuntu 11. Got the following message when I was trying to generate an app. Did I install something incorrectly?

$ rails generate control         


        
5条回答
  •  悲哀的现实
    2020-12-02 12:46

    I tried "sudo gem update". After that, I don't see the message "Gem.source_index is deprecated, use Specification..." anymore. Yay!

提交回复
热议问题