我使用bundler来安装东西,因为我已经添加了Gemfile.lock,travis开始抱怨:
Your Gemfile.lock is corrupt. The following gem is missing from the DEPENDENCIES
section: 'echoe'
Run Code Online (Sandbox Code Playgroud)
当然,一切都在当地运作.它也可以使用DeployBot.我甚至安装了docker ubuntu并尝试过,还可以.我Gemfile.lock没有腐败.使用相同版本的ruby和bundler.
到底是怎么回事?
这与bundler版本有关.我使用的是1.11.0,但得到报告称它与例如.1.8.3.??