Can't install JSON gem

前端 未结 7 563
被撕碎了的回忆
被撕碎了的回忆 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:15

    Please update your rubygems by executing the following command..

    gem update --system
    

    may be it will solve the problem. After updating your gem. Then run the following command to install json

    gem install json
    

    Now you can get json gem installed in your system.

提交回复
热议问题