summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-07-19 13:52:23 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-07-19 15:54:40 -0500
commit4b81052920806484607d08fcdeec65187c9703c6 (patch)
treeff837ffded63f1999942b06d5ac884a8d000f318
parentcb88c7189bd6af5223a276a5f5862ee3254eb684 (diff)
downloadbundler-4b81052920806484607d08fcdeec65187c9703c6.tar.gz
[CLI] Deprecate install --no-prune
-rw-r--r--lib/bundler/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index 92696276e3..cd4391279a 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -173,7 +173,7 @@ module Bundler
method_option "redownload", :type => :boolean, :aliases =>
[Bundler.feature_flag.forget_cli_options? ? nil : "--force"].compact, :banner =>
"Force downloading every gem."
- method_option "no-prune", :type => :boolean, :banner =>
+ deprecated_option "no-prune", :type => :boolean, :banner =>
"Don't remove stale gems from the cache."
deprecated_option "path", :type => :string, :banner =>
"Specify a different path than the system default ($BUNDLE_PATH or $GEM_HOME). Bundler will remember this value for future installs on this machine"