Why I am getting Could not find multi_json-1.3.1 in any of the sources?

后端 未结 6 670
栀梦
栀梦 2021-02-08 20:43

I have a simple Rails application I want to deploy to Heroku. When I run the below command

git push heroku master

The below error message is di

6条回答
  •  南旧
    南旧 (楼主)
    2021-02-08 21:40

    In my case, I was lacking

    source 'https://rubygems.org'
    

    in Gemfile. My suspicion is that old versions of bundler can operate without a source being mentioned, but newer versions can't.

提交回复
热议问题