【问题标题】:Bundle not installing sub-dependencies捆绑不安装子依赖项
【发布时间】:2019-06-06 12:25:20
【问题描述】:

我刚刚编写了一个名为 jekyll-google-photos 的 gem 模块,其中我提到了 fastimage 是依赖项之一。现在在我的 jekyll 网站存储库中,我在 Gemfile 中添加了 jekyll-google-photos。但是当我执行bundle install 时,bundle 不会安装fastimage。我还必须将fastimage 添加到我的Gemfile 中才能让bundle 安装它。但是既然已经是jekyll-google-photos的依赖了,为什么不自动安装呢?

【问题讨论】:

    标签: rubygems jekyll bundle bundler jekyll-extensions


    【解决方案1】:

    但既然它已经是 jekyll-google-photos 的依赖要求,为什么不自动安装呢?

    只有runtime_dependencies 会自动安装。

    【讨论】:

    • 啊,好的。会试试这个,让你知道。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-09-18
    • 1970-01-01
    • 2015-12-03
    • 2015-10-04
    相关资源
    最近更新 更多