开发者

Why is Bundler is vendoring ruby?

开发者 https://www.devze.com 2023-02-13 20:05 出处:网络
I have a bunch of Rails3 projects under active development, and Bundler normally behaves just fine. On one project, whenever I run bundle install, it vendorizes ruby its self -- binaries and all. Why?

I have a bunch of Rails3 projects under active development, and Bundler normally behaves just fine. On one project, whenever I run bundle install, it vendorizes ruby its self -- binaries and all. Why? How 开发者_运维问答can I stop this?

Project in question:

...
/vendor
  /ruby
    /1.9.1
      /bin
      ...
  /plugins


Check .bundle/config at the root of your project. it is probably configured to do this.

0

精彩评论

暂无评论...
验证码 换一张
取 消