aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-07-05 23:44:57 +0900
committerHomu <homu@barosl.com>2016-07-05 23:44:57 +0900
commitcc4df62a4707281fc657101a93710c63ed957a70 (patch)
tree51fc5cfce170b2f0743402f304f723e6aa429434 /lib/bundler/cli
parent2439ac84cfd731aaee9ebaca284cb077cf601969 (diff)
parent57e817290335570abc1aacdf778e255477403302 (diff)
downloadbundler-cc4df62a4707281fc657101a93710c63ed957a70.tar.gz
Auto merge of #4674 - asutoshpalai:plugin, r=segiddins
[Plugin] Source plugins Adds source plugin. This is in continuation of #4608.
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)