Removing all installed Gems and starting over

前端 未结 7 1353
逝去的感伤
逝去的感伤 2021-01-29 19:02

I recently started learning Ruby and Ruby on Rails, and have watched a plethora of getting started materials. I have been finding lately that I keep getting errors where gems w

7条回答
  •  借酒劲吻你
    2021-01-29 19:09

    using RVM, you could just type...

    rvm gemset empty GEMSET
    

    where GEMSET is the gemset which you would like to empty. then...

    install bundle

    yum install bundler and finally

    bundle install
    

提交回复
热议问题