aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/cli')
-rw-r--r--lib/bundler/cli/update.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/cli/update.rb b/lib/bundler/cli/update.rb
index 33b0557f..bef62f3b 100644
--- a/lib/bundler/cli/update.rb
+++ b/lib/bundler/cli/update.rb
@@ -10,6 +10,8 @@ module Bundler
def run
Bundler.ui.level = "error" if options[:quiet]
+ Plugin.gemfile_install(Bundler.default_gemfile) if Bundler.settings[:plugins]
+
sources = Array(options[:source])
groups = Array(options[:group]).map(&:to_sym)