You have already activated rack 1.6.0, but your Gemfile requires rack 1.6.4

前端 未结 6 1805
渐次进展
渐次进展 2021-02-05 09:32

Similar to problem with rack 1.3.2. You have already activated rack 1.3.2, but your Gemfile requires rack 1.2.3 -- I\'m experiencing You have already activated rack 1.6.0,

6条回答
  •  自闭症患者
    2021-02-05 10:01

    you need to uninstall one version of rack which is not required.

    Do this please

    gem uninstall rack -v 1.6.0
    

    Reference: How to force rack to work around the usual "You have already activated rack..." bug?

提交回复
热议问题