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 には「addressable (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 updateGemfile の更新に使用すると、代わりに addressabe-2.3.2 が使用されます
bundle update