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.
bundler を使用しても ruby gem update を実行する必要がありますか?
明らかに、最新の gem を使用することをお勧めしますが、バンドラーを使用している場合、gem の更新によってバンドラー自体を最新の状態に保つ以外に気にする必要がありますか?
Bundlerは、Gemfileで指定されたアプリケーションの依存関係のみを管理します。この宝石だけを更新したい場合、bundler installまたはbundle updateあなたにとって十分な場合。インストールされているすべてのgemまたはバンドラー自体を更新する場合は、gem update
bundler install
bundle update
gem update