Why is bundler not installing gems stored in get repo properly?

后端 未结 1 396
情深已故
情深已故 2021-01-06 12:59

Bundler version 1.0.0.beta.2

Rvm Info

system:
  uname:        \"Linux dane-r1f-ubuntu 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i         


        
相关标签:
1条回答
  • 2021-01-06 13:19

    Bundler installs your gems into its own ~/.rvm/gems/ruby-{version}/bundler/gems directory. This is independent from the main gems dir, which is why gem list will not list them. bundle list however will.

    0 讨论(0)
提交回复
热议问题