aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli/add.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/cli/add.rb')
-rw-r--r--lib/bundler/cli/add.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/cli/add.rb b/lib/bundler/cli/add.rb
index 7c6235f17c..07b951f1ef 100644
--- a/lib/bundler/cli/add.rb
+++ b/lib/bundler/cli/add.rb
@@ -21,6 +21,7 @@ module Bundler
def perform_bundle_install
Installer.install(Bundler.root, Bundler.definition)
+ Bundler.load.cache if Bundler.app_cache.exist?
end
def inject_dependencies