From 38002a8adbd98266426940d829429a30af0622a4 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 14 Dec 2019 19:49:16 +0900 Subject: Prepare to release bundler-2.1.0 --- lib/bundler/cli/update.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bundler/cli/update.rb') diff --git a/lib/bundler/cli/update.rb b/lib/bundler/cli/update.rb index afd386bd54..529dd9c94d 100644 --- a/lib/bundler/cli/update.rb +++ b/lib/bundler/cli/update.rb @@ -22,7 +22,7 @@ module Bundler if Bundler.feature_flag.update_requires_all_flag? raise InvalidOption, "To update everything, pass the `--all` flag." end - SharedHelpers.major_deprecation 2, "Pass --all to `bundle update` to update everything" + SharedHelpers.major_deprecation 3, "Pass --all to `bundle update` to update everything" elsif !full_update && options[:all] raise InvalidOption, "Cannot specify --all along with specific options." end -- cgit v1.2.3