Bundler:bundle viz是显示依赖关系的唯一方法吗?

时间:2012-09-07 09:51:51

标签: bundler

我没有在这台机器上安装Graphviz,也不希望安装它,所以另一种选择,首选终端是好的。

Bundler v1.1.5

1 个答案:

答案 0 :(得分:1)

Gemfile.lock显示依赖项:

view Gemfile.lock

e.g。

GEM
remote: http://rubygems.org/
specs:
  ZenTest (4.5.0)
  aaronh-chronic (0.3.9)
  abstract (1.0.0)
  actionmailer (3.0.19)
    actionpack (= 3.0.19)
    mail (~> 2.2.19)
  actionpack (3.0.19)
    activemodel (= 3.0.19)
    activesupport (= 3.0.19)
  ...