RVM: How to use gems from a different ruby?

前端 未结 4 1277
故里飘歌
故里飘歌 2021-02-04 10:56

I have been using RVM to manage my Rubies and gems.

When I first installed RVM, the Ruby version that I installed was 1.9.2-p0. I recently installed Ruby <

4条回答
  •  执念已碎
    2021-02-04 11:04

    You can copy a gemset from one ruby to another. rvm copy

    $ rvm gemset copy 2.1.1@rails4 2.1.2@rails4
    

提交回复
热议问题