summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
diff options
context:
space:
mode:
authorBrandon Shroyer <bshroyer@pivotal.io>2015-11-12 10:43:59 -0500
committerBrandon Shroyer <bshroyer@pivotal.io>2015-11-12 10:43:59 -0500
commit0bfb7a013390a6e179a3c7d30b19eb0f7ab35978 (patch)
treeb57e77afbb6fa4206a4a6803034fac20360201f1 /lib/bundler/cli.rb
parent155b0f79acce3614e530572ed815489b07422acd (diff)
parentb4a52c3b29423d3f41c956f638c92ab9830e2716 (diff)
downloadbundler-0bfb7a013390a6e179a3c7d30b19eb0f7ab35978.tar.gz
Merge branch 'master' into upstream_master
Diffstat (limited to 'lib/bundler/cli.rb')
-rw-r--r--lib/bundler/cli.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index 138ce5d7b5..62f11ecd5b 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -192,6 +192,8 @@ module Bundler
"Update a specific source (and all gems associated with it)"
method_option "force", :type => :boolean, :banner =>
"Force downloading every gem."
+ method_option "ruby", :type => :boolean, :banner =>
+ "Update ruby specified in Gemfile.lock"
def update(*gems)
require "bundler/cli/update"
Update.new(options, gems).run