Can't install JSON gem

前端 未结 7 556
被撕碎了的回忆
被撕碎了的回忆 2021-01-02 02:46

I need to install json because I get this error:

Could not find json-1.4.6 in any of the sources

I ran gem install json and b

7条回答
  •  孤独总比滥情好
    2021-01-02 03:16

    After checking logs by running $ heroku logs

    I found "An error occurred while installing json (1.4.6), and Bundler cannot continue. Make sure that gem install json -v '1.4.6' succeeds before bundling."

    I then removed 2 json entries from the Gemfile.lock and had no further issues.

提交回复
热议问题