我正在尝试设置我的环境以在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