Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行 ruby 1.9.3-p125 和 rails 3.2.6。当我运行时bundle install,我收到错误:
bundle install
Could not find addressable-2.3.1 in any of the sources
我的 Gemfile.lock 包含“可寻址(2.3.1)”,但它不是我的应用程序的显式依赖项。为什么会这样,我该如何解决?
addressable-2.3.1 被拉出http://rubygems.org/gems/addressable/versions/2.3.1
http://rubygems.org/gems/addressable/versions/2.3.1
用于bundle update更新 Gemfile,它将使用 addressabe-2.3.2 代替
bundle update