捆绑安装后找不到gem

时间:2015-10-23 13:38:08

标签: ruby gem bundler

我正在尝试设置我的环境以在Travis CI的dpl项目上进行开发。

我安装rbenv来管理我的Ruby版本,我使用Ruby 2.2.3。

然后我做bundle install并安装了宝石。

然后,当我尝试bundle exec rake时,我收到此错误:

Could not find CFPropertyList-2.2.8 in any of the sources
Run `bundle install` to install missing gems.

已安装此gem。你能告诉我为什么Bundler找不到它吗?

以下是我的命令输出的要点:https://gist.github.com/cotsog/7bb87c84a636bcd3de65

感谢您的帮助!

更新

有关我的环境的其他信息:

$ which ruby
/Users/me/.rbenv/shims/ruby
$ which bundler
/usr/bin/bundler
$ ruby --version                                                                                                     
ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-darwin14]
$ bundler --version
Bundler version 1.10.6

0 个答案:

没有答案