【发布时间】:2013-10-03 17:52:23
【问题描述】:
我在执行bundle install时遇到以下错误
Make sure that `gem install couchbase -v '1.3.3'` succeeds before bundling.
现在,我没有将这个 gem 包含在 Gemfile 中,所以它来自一些依赖项。我如何确定哪个 gem 依赖于这个 couchbase gem?
由于bundle install 失败,我没有Gemfile.lock 来找出这种依赖关系。
【问题讨论】: