我正在运行ruby 1.9.3-p125和rails 3.2.6.当我跑bundle install
,我得到错误:
Could not find addressable-2.3.1 in any of the sources
Run Code Online (Sandbox Code Playgroud)
我的Gemfile.lock包含"可寻址(2.3.1)",但它不是我的应用程序的显式依赖项.为什么会这样,我该如何解决?
小智 16
可寻址的2.3.1被猛拉了 http://rubygems.org/gems/addressable/versions/2.3.1
使用bundle update
更新Gemfile中,它会使用addressabe-2.3.2,而不是