【发布时间】: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