diff --git a/lib/bundler/cli/install.rb b/lib/bundler/cli/install.rb index 3f3d893d5e..42b9a3f47c 100644 --- a/lib/bundler/cli/install.rb +++ b/lib/bundler/cli/install.rb @@ -84,7 +84,7 @@ module Bundler Bundler::CLI::Common.output_fund_metadata_summary rescue GemNotFound - if options[:local] && Bundler.app_cache.exist? + if options[:local] Bundler.ui.warn "Some gems seem to be missing from your #{Bundler.settings.app_cache_path} directory." end